@Generated(value="software.amazon.awssdk:codegen") public final class AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder,AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails>
Determines whether a service deployment fails if a service cannot reach a steady state.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder |
builder() |
Boolean |
enable()
Whether to enable the deployment circuit breaker logic for the service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
rollback()
Whether to roll back the service if a service deployment fails.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder> |
serializableBuilderClass() |
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enable()
Whether to enable the deployment circuit breaker logic for the service.
public final Boolean rollback()
Whether to roll back the service if a service deployment fails. If rollback is enabled, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.
public AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder toBuilder()
public static AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder builder()
public static Class<? extends AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.