public static interface PrefixListId.Builder extends SdkPojo, CopyableBuilder<PrefixListId.Builder,PrefixListId>
Modifier and Type | Method and Description |
---|---|
PrefixListId.Builder |
description(String description)
A description for the security group rule that references this prefix list ID.
|
PrefixListId.Builder |
prefixListId(String prefixListId)
The ID of the prefix.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PrefixListId.Builder description(String description)
A description for the security group rule that references this prefix list ID.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
description
- A description for the security group rule that references this prefix list ID.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
PrefixListId.Builder prefixListId(String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.Copyright © 2023. All rights reserved.