Interface ApplicationSystemRollbackConfigurationUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSystemRollbackConfigurationUpdate.Builder,
,ApplicationSystemRollbackConfigurationUpdate> SdkBuilder<ApplicationSystemRollbackConfigurationUpdate.Builder,
,ApplicationSystemRollbackConfigurationUpdate> SdkPojo
- Enclosing class:
ApplicationSystemRollbackConfigurationUpdate
@Mutable
@NotThreadSafe
public static interface ApplicationSystemRollbackConfigurationUpdate.Builder
extends SdkPojo, CopyableBuilder<ApplicationSystemRollbackConfigurationUpdate.Builder,ApplicationSystemRollbackConfigurationUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionrollbackEnabledUpdate
(Boolean rollbackEnabledUpdate) 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
-
rollbackEnabledUpdate
ApplicationSystemRollbackConfigurationUpdate.Builder rollbackEnabledUpdate(Boolean rollbackEnabledUpdate) Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application- Parameters:
rollbackEnabledUpdate
- 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.
-