Interface ListContainerAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListContainerAssociationsResponse.Builder,,ListContainerAssociationsResponse> NetworkFirewallResponse.Builder,SdkBuilder<ListContainerAssociationsResponse.Builder,,ListContainerAssociationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListContainerAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListContainerAssociationsResponse.Builder
extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<ListContainerAssociationsResponse.Builder,ListContainerAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontainerAssociations(Collection<ContainerAssociationSummary> containerAssociations) The container association metadata objects for the account and Region.containerAssociations(Consumer<ContainerAssociationSummary.Builder>... containerAssociations) The container association metadata objects for the account and Region.containerAssociations(ContainerAssociationSummary... containerAssociations) The container association metadata objects for the account and Region.When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
containerAssociations
ListContainerAssociationsResponse.Builder containerAssociations(Collection<ContainerAssociationSummary> containerAssociations) The container association metadata objects for the account and Region.
- Parameters:
containerAssociations- The container association metadata objects for the account and Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerAssociations
ListContainerAssociationsResponse.Builder containerAssociations(ContainerAssociationSummary... containerAssociations) The container association metadata objects for the account and Region.
- Parameters:
containerAssociations- The container association metadata objects for the account and Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerAssociations
ListContainerAssociationsResponse.Builder containerAssociations(Consumer<ContainerAssociationSummary.Builder>... containerAssociations) The container association metadata objects for the account and Region.
This is a convenience method that creates an instance of theContainerAssociationSummary.Builderavoiding the need to create one manually viaContainerAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerAssociations(List<ContainerAssociationSummary>).- Parameters:
containerAssociations- a consumer that will call methods onContainerAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When you request a list of objects with a
MaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.- Parameters:
nextToken- When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-