@Generated(value="software.amazon.awssdk:codegen") public final class DeregisterContainerInstanceRequest extends EcsRequest implements ToCopyableBuilder<DeregisterContainerInstanceRequest.Builder,DeregisterContainerInstanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeregisterContainerInstanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeregisterContainerInstanceRequest.Builder |
builder() |
String |
cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to deregister.
|
String |
containerInstance()
The container instance ID or full ARN of the container instance to deregister.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
force()
Forces the container instance to be deregistered.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeregisterContainerInstanceRequest.Builder> |
serializableBuilderClass() |
DeregisterContainerInstanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to deregister. If you do not specify a cluster, the default cluster is assumed.
public final String containerInstance()
The container instance ID or full ARN of the container instance to deregister. The ARN contains the
arn:aws:ecs namespace, followed by the Region of the container instance, the Amazon Web Services
account ID of the container instance owner, the container-instance namespace, and then the container
instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID
.
arn:aws:ecs namespace, followed by the Region of the container instance, the Amazon Web
Services account ID of the container instance owner, the container-instance namespace, and
then the container instance ID. For example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.public final Boolean force()
Forces the container instance to be deregistered. If you have tasks running on the container instance when you
deregister it with the force option, these tasks remain running until you terminate the instance or
the tasks stop through some other means, but they're orphaned (no longer monitored or accounted for by Amazon
ECS). If an orphaned task on your container instance is part of an Amazon ECS service, then the service scheduler
starts another copy of that task, on a different container instance if possible.
Any containers in orphaned service tasks that are registered with a Classic Load Balancer or an Application Load Balancer target group are deregistered. They begin connection draining according to the settings on the load balancer or target group.
force option, these tasks remain running until you terminate
the instance or the tasks stop through some other means, but they're orphaned (no longer monitored or
accounted for by Amazon ECS). If an orphaned task on your container instance is part of an Amazon ECS
service, then the service scheduler starts another copy of that task, on a different container instance
if possible.
Any containers in orphaned service tasks that are registered with a Classic Load Balancer or an Application Load Balancer target group are deregistered. They begin connection draining according to the settings on the load balancer or target group.
public DeregisterContainerInstanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeregisterContainerInstanceRequest.Builder,DeregisterContainerInstanceRequest>toBuilder in class EcsRequestpublic static DeregisterContainerInstanceRequest.Builder builder()
public static Class<? extends DeregisterContainerInstanceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.