public static interface GetManagedPrefixListAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetManagedPrefixListAssociationsResponse.Builder,GetManagedPrefixListAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetManagedPrefixListAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetManagedPrefixListAssociationsResponse.Builder |
prefixListAssociations(Collection<PrefixListAssociation> prefixListAssociations)
Information about the associations.
|
GetManagedPrefixListAssociationsResponse.Builder |
prefixListAssociations(Consumer<PrefixListAssociation.Builder>... prefixListAssociations)
Information about the associations.
|
GetManagedPrefixListAssociationsResponse.Builder |
prefixListAssociations(PrefixListAssociation... prefixListAssociations)
Information about the associations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetManagedPrefixListAssociationsResponse.Builder prefixListAssociations(Collection<PrefixListAssociation> prefixListAssociations)
Information about the associations.
prefixListAssociations - Information about the associations.GetManagedPrefixListAssociationsResponse.Builder prefixListAssociations(PrefixListAssociation... prefixListAssociations)
Information about the associations.
prefixListAssociations - Information about the associations.GetManagedPrefixListAssociationsResponse.Builder prefixListAssociations(Consumer<PrefixListAssociation.Builder>... prefixListAssociations)
Information about the associations.
This is a convenience method that creates an instance of thePrefixListAssociation.Builder avoiding the need to create
one manually via PrefixListAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #prefixListAssociations(List.
prefixListAssociations - a consumer that will call methods on
PrefixListAssociation.Builder#prefixListAssociations(java.util.Collection) GetManagedPrefixListAssociationsResponse.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.Copyright © 2023. All rights reserved.