public static interface UpdateContainerInstancesStateRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateContainerInstancesStateRequest.Builder,UpdateContainerInstancesStateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContainerInstancesStateRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to update. 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 hosts the container instance to
update. If you do not specify a cluster, the default cluster is assumed.UpdateContainerInstancesStateRequest.Builder containerInstances(Collection<String> containerInstances)
A list of up to 10 container instance IDs or full ARN entries.
containerInstances - A list of up to 10 container instance IDs or full ARN entries.UpdateContainerInstancesStateRequest.Builder containerInstances(String... containerInstances)
A list of up to 10 container instance IDs or full ARN entries.
containerInstances - A list of up to 10 container instance IDs or full ARN entries.UpdateContainerInstancesStateRequest.Builder status(String status)
The container instance state to update the container instance with. The only valid values for this action are
ACTIVE and DRAINING. A container instance can only be updated to
DRAINING status once it has reached an ACTIVE state. If a container instance is in
REGISTERING, DEREGISTERING, or REGISTRATION_FAILED state you can
describe the container instance but can't update the container instance state.
status - The container instance state to update the container instance with. The only valid values for this
action are ACTIVE and DRAINING. A container instance can only be updated to
DRAINING status once it has reached an ACTIVE state. If a container instance
is in REGISTERING, DEREGISTERING, or REGISTRATION_FAILED state
you can describe the container instance but can't update the container instance state.ContainerInstanceStatus,
ContainerInstanceStatusUpdateContainerInstancesStateRequest.Builder status(ContainerInstanceStatus status)
The container instance state to update the container instance with. The only valid values for this action are
ACTIVE and DRAINING. A container instance can only be updated to
DRAINING status once it has reached an ACTIVE state. If a container instance is in
REGISTERING, DEREGISTERING, or REGISTRATION_FAILED state you can
describe the container instance but can't update the container instance state.
status - The container instance state to update the container instance with. The only valid values for this
action are ACTIVE and DRAINING. A container instance can only be updated to
DRAINING status once it has reached an ACTIVE state. If a container instance
is in REGISTERING, DEREGISTERING, or REGISTRATION_FAILED state
you can describe the container instance but can't update the container instance state.ContainerInstanceStatus,
ContainerInstanceStatusUpdateContainerInstancesStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContainerInstancesStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.