CopyableBuilder<DescribePrefixListsResponse.Builder,DescribePrefixListsResponse>, SdkBuilder<DescribePrefixListsResponse.Builder,DescribePrefixListsResponse>public static interface DescribePrefixListsResponse.Builder extends CopyableBuilder<DescribePrefixListsResponse.Builder,DescribePrefixListsResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPrefixLists(java.util.Collection) or #withPrefixLists(java.util.Collection) if you want
to override the existing values.
prefixLists - All available prefix lists.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.