public static interface PrefixListId.Builder extends 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.
|
copyapply, buildPrefixListId.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.