public static interface AutoRollbackConfiguration.Builder extends SdkPojo, 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(AutoRollbackEvent... events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
events(Collection<AutoRollbackEvent> events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
eventsWithStrings(Collection<String> events)
The event type or types that trigger a rollback.
|
AutoRollbackConfiguration.Builder |
eventsWithStrings(String... events)
The event type or types that trigger a rollback.
|
copyapplyMutation, 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 eventsWithStrings(Collection<String> events)
The event type or types that trigger a rollback.
events - The event type or types that trigger a rollback.AutoRollbackConfiguration.Builder eventsWithStrings(String... events)
The event type or types that trigger a rollback.
events - The event type or types that trigger a rollback.AutoRollbackConfiguration.Builder events(Collection<AutoRollbackEvent> events)
The event type or types that trigger a rollback.
events - The event type or types that trigger a rollback.AutoRollbackConfiguration.Builder events(AutoRollbackEvent... 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.