public static interface AutoRollbackConfiguration.Builder extends CopyableBuilder<AutoRollbackConfiguration.Builder,AutoRollbackConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfiguration.Builder |
enabled(Boolean 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.
|
AutoRollbackConfiguration.Builder |
events(String... 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.AutoRollbackConfiguration.Builder events(String... events)
The event type or types that trigger a rollback.
events - The event type or types that trigger a rollback.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.