@Generated(value="software.amazon.awssdk:codegen") public final class AwsEcsServiceDeploymentControllerDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcsServiceDeploymentControllerDetails.Builder,AwsEcsServiceDeploymentControllerDetails>
Information about the deployment controller type that the service uses.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEcsServiceDeploymentControllerDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEcsServiceDeploymentControllerDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEcsServiceDeploymentControllerDetails.Builder> |
serializableBuilderClass() |
AwsEcsServiceDeploymentControllerDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The rolling update (
ECS) deployment type replaces the current running version of the container with
the latest version. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
The rolling update (ECS) deployment type replaces the current running version of the container with
the latest version.
The blue/green (CODE_DEPLOY) deployment type uses the blue/green deployment model that is powered by
CodeDeploy. This deployment model a new deployment of a service can be verified before production traffic is sent
to it.
The external (EXTERNAL) deployment type allows the use of any third-party deployment controller for
full control over the deployment process for an Amazon ECS service.
Valid values: ECS | CODE_DEPLOY | EXTERNAL
ECS) deployment type replaces the current running version of the
container with the latest version.
The blue/green (CODE_DEPLOY) deployment type uses the blue/green deployment model that is
powered by CodeDeploy. This deployment model a new deployment of a service can be verified before
production traffic is sent to it.
The external (EXTERNAL) deployment type allows the use of any third-party deployment
controller for full control over the deployment process for an Amazon ECS service.
Valid values: ECS | CODE_DEPLOY | EXTERNAL
public AwsEcsServiceDeploymentControllerDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEcsServiceDeploymentControllerDetails.Builder,AwsEcsServiceDeploymentControllerDetails>public static AwsEcsServiceDeploymentControllerDetails.Builder builder()
public static Class<? extends AwsEcsServiceDeploymentControllerDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.