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(Consumer<PrefixList.Builder>... prefixLists)
All available prefix lists.
|
DescribePrefixListsResponse.Builder |
prefixLists(PrefixList... prefixLists)
All available prefix lists.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DescribePrefixListsResponse.Builder prefixLists(Consumer<PrefixList.Builder>... prefixLists)
All available prefix lists.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #prefixLists(List) .prefixLists - a consumer that will call methods on List.Builder #prefixLists(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.