Interface ConvertRecoveryPointToSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ConvertRecoveryPointToSnapshotRequest.Builder,ConvertRecoveryPointToSnapshotRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<ConvertRecoveryPointToSnapshotRequest.Builder,ConvertRecoveryPointToSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ConvertRecoveryPointToSnapshotRequest
public static interface ConvertRecoveryPointToSnapshotRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ConvertRecoveryPointToSnapshotRequest.Builder,ConvertRecoveryPointToSnapshotRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessRequest.Builder
build
-
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
-
recoveryPointId
ConvertRecoveryPointToSnapshotRequest.Builder recoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
- Parameters:
recoveryPointId- The unique identifier of the recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionPeriod
ConvertRecoveryPointToSnapshotRequest.Builder retentionPeriod(Integer retentionPeriod)
How long to retain the snapshot.
- Parameters:
retentionPeriod- How long to retain the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotName
ConvertRecoveryPointToSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the snapshot.
- Parameters:
snapshotName- The name of the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ConvertRecoveryPointToSnapshotRequest.Builder tags(Collection<Tag> tags)
An array of Tag objects to associate with the created snapshot.
- Parameters:
tags- An array of Tag objects to associate with the created snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ConvertRecoveryPointToSnapshotRequest.Builder tags(Tag... tags)
An array of Tag objects to associate with the created snapshot.
- Parameters:
tags- An array of Tag objects to associate with the created snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
ConvertRecoveryPointToSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ConvertRecoveryPointToSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-