public static interface PrefixList.Builder extends SdkPojo, CopyableBuilder<PrefixList.Builder,PrefixList>
Modifier and Type | Method and Description |
---|---|
PrefixList.Builder |
cidrs(Collection<String> cidrs)
The IP address range of the AWS service.
|
PrefixList.Builder |
cidrs(String... cidrs)
The IP address range of the AWS service.
|
PrefixList.Builder |
prefixListId(String prefixListId)
The ID of the prefix.
|
PrefixList.Builder |
prefixListName(String prefixListName)
The name of the prefix.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PrefixList.Builder cidrs(Collection<String> cidrs)
The IP address range of the AWS service.
cidrs
- The IP address range of the AWS service.PrefixList.Builder cidrs(String... cidrs)
The IP address range of the AWS service.
cidrs
- The IP address range of the AWS service.PrefixList.Builder prefixListId(String prefixListId)
The ID of the prefix.
prefixListId
- The ID of the prefix.PrefixList.Builder prefixListName(String prefixListName)
The name of the prefix.
prefixListName
- The name of the prefix.Copyright © 2020. All rights reserved.