| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotScheduleActionParameters |
CreateSnapshotScheduleActionParameters.clone() |
CreateSnapshotScheduleActionParameters |
TargetAction.getCreateSnapshot() |
CreateSnapshotScheduleActionParameters |
CreateSnapshotScheduleActionParameters.withNamespaceName(String namespaceName)
The name of the namespace for which you want to configure a scheduled action to create a snapshot.
|
CreateSnapshotScheduleActionParameters |
CreateSnapshotScheduleActionParameters.withRetentionPeriod(Integer retentionPeriod)
The retention period of the snapshot created by the scheduled action.
|
CreateSnapshotScheduleActionParameters |
CreateSnapshotScheduleActionParameters.withSnapshotNamePrefix(String snapshotNamePrefix)
A string prefix that is attached to the name of the snapshot created by the scheduled action.
|
CreateSnapshotScheduleActionParameters |
CreateSnapshotScheduleActionParameters.withTags(Collection<Tag> tags)
An array of Tag
objects to associate with the snapshot.
|
CreateSnapshotScheduleActionParameters |
CreateSnapshotScheduleActionParameters.withTags(Tag... tags)
An array of Tag
objects to associate with the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetAction.setCreateSnapshot(CreateSnapshotScheduleActionParameters createSnapshot) |
TargetAction |
TargetAction.withCreateSnapshot(CreateSnapshotScheduleActionParameters createSnapshot) |
Copyright © 2025. All rights reserved.