Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.CreateSnapshotCopyConfigurationRequest.Builder
-
Packages that use CreateSnapshotCopyConfigurationRequest.Builder Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of CreateSnapshotCopyConfigurationRequest.Builder in software.amazon.awssdk.services.redshiftserverless
Method parameters in software.amazon.awssdk.services.redshiftserverless with type arguments of type CreateSnapshotCopyConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. createSnapshotCopyConfiguration(Consumer<CreateSnapshotCopyConfigurationRequest.Builder> createSnapshotCopyConfigurationRequest)Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.default CreateSnapshotCopyConfigurationResponseRedshiftServerlessClient. createSnapshotCopyConfiguration(Consumer<CreateSnapshotCopyConfigurationRequest.Builder> createSnapshotCopyConfigurationRequest)Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region. -
Uses of CreateSnapshotCopyConfigurationRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return CreateSnapshotCopyConfigurationRequest.Builder Modifier and Type Method Description static CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest. builder()CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest.Builder. destinationKmsKeyId(String destinationKmsKeyId)The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest.Builder. destinationRegion(String destinationRegion)The destination Amazon Web Services Region that you want to copy snapshots to.CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest.Builder. namespaceName(String namespaceName)The name of the namespace to copy snapshots from.CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest.Builder. snapshotRetentionPeriod(Integer snapshotRetentionPeriod)The retention period of the snapshots that you copy to the destination Amazon Web Services Region.CreateSnapshotCopyConfigurationRequest.BuilderCreateSnapshotCopyConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type CreateSnapshotCopyConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotCopyConfigurationRequest.Builder>CreateSnapshotCopyConfigurationRequest. serializableBuilderClass()
-