Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateContainerAgentRequest.Builder,UpdateContainerAgentRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateContainerAgentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateContainerAgentRequest.Builder,UpdateContainerAgentRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateContainerAgentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateContainerAgentRequest.Builder |
builder() |
|
String |
cluster() |
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
|
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.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateContainerAgentRequest.Builder> |
serializableBuilderClass() |
|
UpdateContainerAgentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public 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.
public UpdateContainerAgentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateContainerAgentRequest.Builder,UpdateContainerAgentRequest>
public static UpdateContainerAgentRequest.Builder builder()
public static Class<? extends UpdateContainerAgentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.