public static interface ConvertRecoveryPointToSnapshotRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ConvertRecoveryPointToSnapshotRequest.Builder,ConvertRecoveryPointToSnapshotRequest>
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 tags(Collection<Tag> tags)
An array of Tag objects to associate with the created snapshot.
tags - An array of Tag
objects to associate with the created snapshot.ConvertRecoveryPointToSnapshotRequest.Builder tags(Tag... tags)
An array of Tag objects to associate with the created snapshot.
tags - An array of Tag
objects to associate with the created snapshot.ConvertRecoveryPointToSnapshotRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of Tag objects to associate with the created snapshot.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ConvertRecoveryPointToSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConvertRecoveryPointToSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.