Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.CreateSnapshotScheduleActionParameters.Builder
-
Packages that use CreateSnapshotScheduleActionParameters.Builder Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of CreateSnapshotScheduleActionParameters.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return CreateSnapshotScheduleActionParameters.Builder Modifier and Type Method Description static CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters. builder()CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. namespaceName(String namespaceName)The name of the namespace for which you want to configure a scheduled action to create a snapshot.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. retentionPeriod(Integer retentionPeriod)The retention period of the snapshot created by the scheduled action.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. snapshotNamePrefix(String snapshotNamePrefix)A string prefix that is attached to the name of the snapshot created by the scheduled action.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. tags(Collection<Tag> tags)An array of Tag objects to associate with the snapshot.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. tags(Consumer<Tag.Builder>... tags)An array of Tag objects to associate with the snapshot.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. tags(Tag... tags)An array of Tag objects to associate with the snapshot.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type CreateSnapshotScheduleActionParameters.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotScheduleActionParameters.Builder>CreateSnapshotScheduleActionParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type CreateSnapshotScheduleActionParameters.Builder Modifier and Type Method Description default TargetAction.BuilderTargetAction.Builder. createSnapshot(Consumer<CreateSnapshotScheduleActionParameters.Builder> createSnapshot)Sets the value of the CreateSnapshot property for this object.static TargetActionTargetAction. fromCreateSnapshot(Consumer<CreateSnapshotScheduleActionParameters.Builder> createSnapshot)Create an instance of this class withTargetAction.createSnapshot()initialized to the given value.
-