CopyableBuilder<UpdateContainerAgentRequest.Builder,UpdateContainerAgentRequest>
, SdkBuilder<UpdateContainerAgentRequest.Builder,UpdateContainerAgentRequest>
public static interface UpdateContainerAgentRequest.Builder extends CopyableBuilder<UpdateContainerAgentRequest.Builder,UpdateContainerAgentRequest>
Modifier and Type | Method | 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 Amazon Resource Name (ARN) entries for the container instance on which you
would like to update the Amazon ECS container agent.
|
copy
apply, build
UpdateContainerAgentRequest.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 Amazon Resource Name (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 Amazon Resource Name (ARN) entries for the container instance on
which you would like to update the Amazon ECS container agent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.