Interface CreateSnapshotCopyConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateSnapshotCopyConfigurationRequest.Builder,,- CreateSnapshotCopyConfigurationRequest> - RedshiftServerlessRequest.Builder,- SdkBuilder<CreateSnapshotCopyConfigurationRequest.Builder,,- CreateSnapshotCopyConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateSnapshotCopyConfigurationRequest
@Mutable
@NotThreadSafe
public static interface CreateSnapshotCopyConfigurationRequest.Builder
extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotCopyConfigurationRequest.Builder,CreateSnapshotCopyConfigurationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondestinationKmsKeyId(String destinationKmsKeyId) The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.destinationRegion(String destinationRegion) The destination Amazon Web Services Region that you want to copy snapshots to.namespaceName(String namespaceName) The name of the namespace to copy snapshots from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.snapshotRetentionPeriod(Integer snapshotRetentionPeriod) The retention period of the snapshots that you copy to the destination Amazon Web Services Region.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
destinationKmsKeyIdThe KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region. - Parameters:
- destinationKmsKeyId- The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationRegionThe destination Amazon Web Services Region that you want to copy snapshots to. - Parameters:
- destinationRegion- The destination Amazon Web Services Region that you want to copy snapshots to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namespaceNameThe name of the namespace to copy snapshots from. - Parameters:
- namespaceName- The name of the namespace to copy snapshots from.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
snapshotRetentionPeriodCreateSnapshotCopyConfigurationRequest.Builder snapshotRetentionPeriod(Integer snapshotRetentionPeriod) The retention period of the snapshots that you copy to the destination Amazon Web Services Region. - Parameters:
- snapshotRetentionPeriod- The retention period of the snapshots that you copy to the destination Amazon Web Services Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateSnapshotCopyConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateSnapshotCopyConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-