public static interface DescribeManagedPrefixListsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeManagedPrefixListsResponse.Builder,DescribeManagedPrefixListsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedPrefixListsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeManagedPrefixListsResponse.Builder |
prefixLists(Collection<ManagedPrefixList> prefixLists)
Information about the prefix lists.
|
DescribeManagedPrefixListsResponse.Builder |
prefixLists(Consumer<ManagedPrefixList.Builder>... prefixLists)
Information about the prefix lists.
|
DescribeManagedPrefixListsResponse.Builder |
prefixLists(ManagedPrefixList... prefixLists)
Information about the prefix lists.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeManagedPrefixListsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.DescribeManagedPrefixListsResponse.Builder prefixLists(Collection<ManagedPrefixList> prefixLists)
Information about the prefix lists.
prefixLists - Information about the prefix lists.DescribeManagedPrefixListsResponse.Builder prefixLists(ManagedPrefixList... prefixLists)
Information about the prefix lists.
prefixLists - Information about the prefix lists.DescribeManagedPrefixListsResponse.Builder prefixLists(Consumer<ManagedPrefixList.Builder>... prefixLists)
Information about the 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 © 2020. All rights reserved.