Interface ApplicationSnapshotConfigurationDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationSnapshotConfigurationDescription.Builder,ApplicationSnapshotConfigurationDescription>,SdkBuilder<ApplicationSnapshotConfigurationDescription.Builder,ApplicationSnapshotConfigurationDescription>,SdkPojo
- Enclosing class:
- ApplicationSnapshotConfigurationDescription
public static interface ApplicationSnapshotConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<ApplicationSnapshotConfigurationDescription.Builder,ApplicationSnapshotConfigurationDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationSnapshotConfigurationDescription.BuildersnapshotsEnabled(Boolean snapshotsEnabled)Describes whether snapshots are enabled for a Managed Service for Apache Flink application.-
Methods 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, sdkFields
-
-
-
-
Method Detail
-
snapshotsEnabled
ApplicationSnapshotConfigurationDescription.Builder snapshotsEnabled(Boolean snapshotsEnabled)
Describes 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.
-
-