@Generated(value="software.amazon.awssdk:codegen") public class AutoRollbackConfiguration extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<AutoRollbackConfiguration.Builder,AutoRollbackConfiguration>
Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment doesn't complete successfully.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoRollbackConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoRollbackConfiguration.Builder |
builder() |
Boolean |
enabled()
Indicates whether a defined automatic rollback configuration is currently enabled.
|
boolean |
equals(Object obj) |
List<String> |
events()
The event type or types that trigger a rollback.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends AutoRollbackConfiguration.Builder> |
serializableBuilderClass() |
AutoRollbackConfiguration.Builder |
toBuilder() |
String |
toString() |
public Boolean enabled()
Indicates whether a defined automatic rollback configuration is currently enabled.
public List<String> events()
The event type or types that trigger a rollback.
AutoRollbackEventpublic AutoRollbackConfiguration.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AutoRollbackConfiguration.Builder,AutoRollbackConfiguration>public static AutoRollbackConfiguration.Builder builder()
public static Class<? extends AutoRollbackConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.