Interface UpdateContainerAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateContainerAssociationRequest.Builder,,UpdateContainerAssociationRequest> NetworkFirewallRequest.Builder,SdkBuilder<UpdateContainerAssociationRequest.Builder,,UpdateContainerAssociationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateContainerAssociationRequest
-
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 updated monitoring configurations for the container association.containerMonitoringConfigurations(Consumer<ContainerMonitoringConfiguration.Builder>... containerMonitoringConfigurations) The updated monitoring configurations for the container association.containerMonitoringConfigurations(ContainerMonitoringConfiguration... containerMonitoringConfigurations) The updated monitoring configurations for the container association.description(String description) A description of the container association.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The key:value pairs to associate with the resource.tags(Consumer<Tag.Builder>... tags) The key:value pairs to associate with the resource.The key:value pairs to associate with the resource.The container type.type(ContainerMonitoringType type) The container type.updateToken(String updateToken) A token used for optimistic locking.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
containerAssociationName
The descriptive name of the container association.
You must specify the ARN or the name, and you can specify both.
- Parameters:
containerAssociationName- The descriptive name of the container association.You must specify the ARN or the name, and you can specify both.
- 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.
You must specify the ARN or the name, and you can specify both.
- Parameters:
containerAssociationArn- The Amazon Resource Name (ARN) of the container association.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the container association. When omitted, the existing description remains unchanged. To clear the description, pass an empty string.
- Parameters:
description- A description of the container association. When omitted, the existing description remains unchanged. To clear the description, pass an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The container type. This value must match the existing type and can't be changed. Valid values:
-
ECS- Amazon Elastic Container Service -
EKS- Amazon Elastic Kubernetes Service
- Parameters:
type- The container type. This value must match the existing type and can't be changed. Valid values:-
ECS- Amazon Elastic Container Service -
EKS- Amazon Elastic Kubernetes Service
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The container type. This value must match the existing type and can't be changed. Valid values:
-
ECS- Amazon Elastic Container Service -
EKS- Amazon Elastic Kubernetes Service
- Parameters:
type- The container type. This value must match the existing type and can't be changed. Valid values:-
ECS- Amazon Elastic Container Service -
EKS- Amazon Elastic Kubernetes Service
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
containerMonitoringConfigurations
UpdateContainerAssociationRequest.Builder containerMonitoringConfigurations(Collection<ContainerMonitoringConfiguration> containerMonitoringConfigurations) The updated monitoring configurations for the container association. Each configuration specifies an Amazon ECS or Amazon EKS cluster to monitor and optional attribute filters.
- Parameters:
containerMonitoringConfigurations- The updated monitoring configurations for the container association. Each configuration specifies an Amazon ECS or Amazon EKS cluster to monitor and optional attribute filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerMonitoringConfigurations
UpdateContainerAssociationRequest.Builder containerMonitoringConfigurations(ContainerMonitoringConfiguration... containerMonitoringConfigurations) The updated monitoring configurations for the container association. Each configuration specifies an Amazon ECS or Amazon EKS cluster to monitor and optional attribute filters.
- Parameters:
containerMonitoringConfigurations- The updated monitoring configurations for the container association. Each configuration specifies an Amazon ECS or Amazon EKS cluster to monitor and optional attribute filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerMonitoringConfigurations
UpdateContainerAssociationRequest.Builder containerMonitoringConfigurations(Consumer<ContainerMonitoringConfiguration.Builder>... containerMonitoringConfigurations) The updated monitoring configurations for the container association. Each configuration specifies an Amazon ECS or Amazon EKS cluster to monitor and optional attribute filters.
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:
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate 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.
To make changes to the container association, you provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an
InvalidTokenException. If this happens, retrieve the container association again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.- 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.To make changes to the container association, you provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an
InvalidTokenException. If this happens, retrieve the container association again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateContainerAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateContainerAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-