CopyableBuilder<AutoRollbackConfiguration.Builder,AutoRollbackConfiguration>, SdkBuilder<AutoRollbackConfiguration.Builder,AutoRollbackConfiguration>public static interface AutoRollbackConfiguration.Builder extends CopyableBuilder<AutoRollbackConfiguration.Builder,AutoRollbackConfiguration>
| Modifier and Type | Method | Description |
|---|---|---|
AutoRollbackConfiguration.Builder |
enabled(Boolean enabled) |
Indicates whether a defined automatic rollback configuration is currently enabled.
|
AutoRollbackConfiguration.Builder |
events(String... events) |
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
events(Collection<String> events) |
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
events(AutoRollbackEvent... events) |
The event type or types that trigger a rollback.
|
copyapply, buildAutoRollbackConfiguration.Builder enabled(Boolean enabled)
Indicates whether a defined automatic rollback configuration is currently enabled.
enabled - Indicates whether a defined automatic rollback configuration is currently enabled.AutoRollbackConfiguration.Builder events(Collection<String> events)
The event type or types that trigger a rollback.
events - The event type or types that trigger a rollback.AutoRollbackEventAutoRollbackConfiguration.Builder events(String... events)
The event type or types that trigger a rollback.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection) or #withEvents(java.util.Collection) if you want to override
the existing values.
events - The event type or types that trigger a rollback.AutoRollbackEventAutoRollbackConfiguration.Builder events(AutoRollbackEvent... events)
The event type or types that trigger a rollback.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection) or #withEvents(java.util.Collection) if you want to override
the existing values.
events - The event type or types that trigger a rollback.AutoRollbackEventCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.