public static interface DescribePrefixListsResponse.Builder extends EC2Response.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.
|
buildcopyapply, 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 Amazon Web Services, Inc. All Rights Reserved.