public static interface UpdateContainerAgentRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateContainerAgentRequest.Builder,UpdateContainerAgentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContainerAgentRequest.Builder |
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
|
UpdateContainerAgentRequest.Builder |
containerInstance(String containerInstance)
The container instance ID or full ARN entries for the container instance on which you would like to update
the Amazon ECS container agent.
|
UpdateContainerAgentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContainerAgentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContainerAgentRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is
running on. If you do not specify a cluster, the default cluster is assumed.UpdateContainerAgentRequest.Builder containerInstance(String containerInstance)
The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.
containerInstance - The container instance ID or full ARN entries for the container instance on which you would like to
update the Amazon ECS container agent.UpdateContainerAgentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContainerAgentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.