Interface DeleteContainerAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteContainerAssociationResponse.Builder,,DeleteContainerAssociationResponse> NetworkFirewallResponse.Builder,SdkBuilder<DeleteContainerAssociationResponse.Builder,,DeleteContainerAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteContainerAssociationResponse
@Mutable
@NotThreadSafe
public static interface DeleteContainerAssociationResponse.Builder
extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<DeleteContainerAssociationResponse.Builder,DeleteContainerAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontainerAssociationArn(String containerAssociationArn) The Amazon Resource Name (ARN) of the container association.containerAssociationName(String containerAssociationName) The descriptive name of the container association.The current status of the container association.status(ContainerAssociationStatus status) The current status of the container association.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
-
containerAssociationName
DeleteContainerAssociationResponse.Builder containerAssociationName(String containerAssociationName) The descriptive name of the container association.
- Parameters:
containerAssociationName- The descriptive name of the container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerAssociationArn
The Amazon Resource Name (ARN) of the container association.
- Parameters:
containerAssociationArn- The Amazon Resource Name (ARN) of the container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the container association.
- Parameters:
status- The current status of the container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the container association.
- Parameters:
status- The current status of the container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-