Interface ApplicationSystemRollbackConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSystemRollbackConfiguration.Builder,
,ApplicationSystemRollbackConfiguration> SdkBuilder<ApplicationSystemRollbackConfiguration.Builder,
,ApplicationSystemRollbackConfiguration> SdkPojo
- Enclosing class:
ApplicationSystemRollbackConfiguration
@Mutable
@NotThreadSafe
public static interface ApplicationSystemRollbackConfiguration.Builder
extends SdkPojo, CopyableBuilder<ApplicationSystemRollbackConfiguration.Builder,ApplicationSystemRollbackConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionrollbackEnabled
(Boolean rollbackEnabled) Describes whether system rollbacks are enabled for a Managed Service for Apache Flink applicationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
rollbackEnabled
Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application- Parameters:
rollbackEnabled
- Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-