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 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 #prefixListAssociations(List) .prefixListAssociations - a consumer that will call methods on List.Builder #prefixListAssociations(List) 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 © 2020. All rights reserved.