Interface ApplicationSnapshotConfigurationDescription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ApplicationSnapshotConfigurationDescription.Builder,,- ApplicationSnapshotConfigurationDescription> - SdkBuilder<ApplicationSnapshotConfigurationDescription.Builder,,- ApplicationSnapshotConfigurationDescription> - SdkPojo
- Enclosing class:
- ApplicationSnapshotConfigurationDescription
@Mutable
@NotThreadSafe
public static interface ApplicationSnapshotConfigurationDescription.Builder
extends SdkPojo, CopyableBuilder<ApplicationSnapshotConfigurationDescription.Builder,ApplicationSnapshotConfigurationDescription> 
- 
Method SummaryModifier and TypeMethodDescriptionsnapshotsEnabled(Boolean snapshotsEnabled) Describes whether snapshots are enabled for a Managed Service for Apache Flink application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
snapshotsEnabledDescribes whether snapshots are enabled for a Managed Service for Apache Flink application. - Parameters:
- snapshotsEnabled- Describes whether snapshots 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.
 
 
-