public static interface ConvertRecoveryPointToSnapshotRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ConvertRecoveryPointToSnapshotRequest.Builder,ConvertRecoveryPointToSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
ConvertRecoveryPointToSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConvertRecoveryPointToSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ConvertRecoveryPointToSnapshotRequest.Builder |
recoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
retentionPeriod(Integer retentionPeriod)
How long to retain the snapshot.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
snapshotName(String snapshotName)
The name of the snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildConvertRecoveryPointToSnapshotRequest.Builder recoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
recoveryPointId - The unique identifier of the recovery point.ConvertRecoveryPointToSnapshotRequest.Builder retentionPeriod(Integer retentionPeriod)
How long to retain the snapshot.
retentionPeriod - How long to retain the snapshot.ConvertRecoveryPointToSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the snapshot.
snapshotName - The name of the snapshot.ConvertRecoveryPointToSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConvertRecoveryPointToSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.