Interface DescribeContainerAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeContainerAssociationResponse.Builder,,DescribeContainerAssociationResponse> NetworkFirewallResponse.Builder,SdkBuilder<DescribeContainerAssociationResponse.Builder,,DescribeContainerAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeContainerAssociationResponse
-
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.containerMonitoringConfigurations(Collection<ContainerMonitoringConfiguration> containerMonitoringConfigurations) The container monitoring configurations for this container association.containerMonitoringConfigurations(Consumer<ContainerMonitoringConfiguration.Builder>... containerMonitoringConfigurations) The container monitoring configurations for this container association.containerMonitoringConfigurations(ContainerMonitoringConfiguration... containerMonitoringConfigurations) The container monitoring configurations for this container association.description(String description) A description of the container association.lastUpdatedTime(Instant lastUpdatedTime) The last time that the container association was updated or resolved new container IP addresses.resolvedCidrCount(Integer resolvedCidrCount) The number of CIDR blocks that have been resolved from the monitored containers for this container association.The current status of the container association.status(ContainerAssociationStatus status) The current status of the container association.tags(Collection<Tag> tags) The key:value pairs associated with the resource.tags(Consumer<Tag.Builder>... tags) The key:value pairs associated with the resource.The key:value pairs associated with the resource.The type of container orchestration platform.type(ContainerMonitoringType type) The type of container orchestration platform.updateToken(String updateToken) A token used for optimistic locking.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
DescribeContainerAssociationResponse.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
DescribeContainerAssociationResponse.Builder containerAssociationArn(String 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.
-
description
A description of the container association.
- Parameters:
description- A description of the container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of container orchestration platform. Either
ECSorEKS.- Parameters:
type- The type of container orchestration platform. EitherECSorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of container orchestration platform. Either
ECSorEKS.- Parameters:
type- The type of container orchestration platform. EitherECSorEKS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
containerMonitoringConfigurations
DescribeContainerAssociationResponse.Builder containerMonitoringConfigurations(Collection<ContainerMonitoringConfiguration> containerMonitoringConfigurations) The container monitoring configurations for this container association.
- Parameters:
containerMonitoringConfigurations- The container monitoring configurations for this container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerMonitoringConfigurations
DescribeContainerAssociationResponse.Builder containerMonitoringConfigurations(ContainerMonitoringConfiguration... containerMonitoringConfigurations) The container monitoring configurations for this container association.
- Parameters:
containerMonitoringConfigurations- The container monitoring configurations for this container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerMonitoringConfigurations
DescribeContainerAssociationResponse.Builder containerMonitoringConfigurations(Consumer<ContainerMonitoringConfiguration.Builder>... containerMonitoringConfigurations) The container monitoring configurations for this container association.
This is a convenience method that creates an instance of theContainerMonitoringConfiguration.Builderavoiding the need to create one manually viaContainerMonitoringConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontainerMonitoringConfigurations(List<ContainerMonitoringConfiguration>).- Parameters:
containerMonitoringConfigurations- a consumer that will call methods onContainerMonitoringConfiguration.Builder- 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:
-
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:
-
resolvedCidrCount
The number of CIDR blocks that have been resolved from the monitored containers for this container association.
- Parameters:
resolvedCidrCount- The number of CIDR blocks that have been resolved from the monitored containers for this container association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The last time that the container association was updated or resolved new container IP addresses.
- Parameters:
lastUpdatedTime- The last time that the container association was updated or resolved new container IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs associated with the resource.
- Parameters:
tags- The key:value pairs associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs associated with the resource.
- Parameters:
tags- The key:value pairs associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs associated with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateToken
A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request.
- Parameters:
updateToken- A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-