Uses of Interface
software.amazon.awssdk.services.redshift.model.EnableSnapshotCopyRequest.Builder
-
Packages that use EnableSnapshotCopyRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of EnableSnapshotCopyRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type EnableSnapshotCopyRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableSnapshotCopyResponse>RedshiftAsyncClient. enableSnapshotCopy(Consumer<EnableSnapshotCopyRequest.Builder> enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster.default EnableSnapshotCopyResponseRedshiftClient. enableSnapshotCopy(Consumer<EnableSnapshotCopyRequest.Builder> enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster. -
Uses of EnableSnapshotCopyRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return EnableSnapshotCopyRequest.Builder Modifier and Type Method Description static EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest. builder()EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest.Builder. clusterIdentifier(String clusterIdentifier)The unique identifier of the source cluster to copy snapshots from.EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest.Builder. destinationRegion(String destinationRegion)The destination Amazon Web Services Region that you want to copy snapshots to.EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest.Builder. manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)The number of days to retain newly copied snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region.EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest.Builder. retentionPeriod(Integer retentionPeriod)The number of days to retain automated snapshots in the destination region after they are copied from the source region.EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest.Builder. snapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant to use when snapshots of an Amazon Web Services KMS-encrypted cluster are copied to the destination region.EnableSnapshotCopyRequest.BuilderEnableSnapshotCopyRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type EnableSnapshotCopyRequest.Builder Modifier and Type Method Description static Class<? extends EnableSnapshotCopyRequest.Builder>EnableSnapshotCopyRequest. serializableBuilderClass()
-