public static interface DescribePrefixListsResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribePrefixListsResponse.Builder,DescribePrefixListsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePrefixListsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribePrefixListsResponse.Builder |
prefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
|
DescribePrefixListsResponse.Builder |
prefixLists(PrefixList... prefixLists)
All available prefix lists.
|
buildDescribePrefixListsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.DescribePrefixListsResponse.Builder prefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
prefixLists - All available prefix lists.DescribePrefixListsResponse.Builder prefixLists(PrefixList... prefixLists)
All available prefix lists.
prefixLists - All available prefix lists.Copyright © 2017. All rights reserved.