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 method that creates an instance of theManagedPrefixList.Builder avoiding the need to create one
manually via ManagedPrefixList.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #prefixLists(List.
prefixLists - a consumer that will call methods on
ManagedPrefixList.Builder#prefixLists(java.util.Collection) Copyright © 2023. All rights reserved.