Interface ApplicationSnapshotConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationSnapshotConfigurationUpdate.Builder,ApplicationSnapshotConfigurationUpdate>,SdkBuilder<ApplicationSnapshotConfigurationUpdate.Builder,ApplicationSnapshotConfigurationUpdate>,SdkPojo
- Enclosing class:
- ApplicationSnapshotConfigurationUpdate
public static interface ApplicationSnapshotConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ApplicationSnapshotConfigurationUpdate.Builder,ApplicationSnapshotConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationSnapshotConfigurationUpdate.BuildersnapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)Describes updates to whether snapshots are enabled for an 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
-
snapshotsEnabledUpdate
ApplicationSnapshotConfigurationUpdate.Builder snapshotsEnabledUpdate(Boolean snapshotsEnabledUpdate)
Describes updates to whether snapshots are enabled for an application.
- Parameters:
snapshotsEnabledUpdate- Describes updates to whether snapshots are enabled for an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-