Uses of Interface
software.amazon.awssdk.services.redshift.model.CopyClusterSnapshotRequest.Builder
-
Packages that use CopyClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of CopyClusterSnapshotRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type CopyClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CopyClusterSnapshotResponse>RedshiftAsyncClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot.default CopyClusterSnapshotResponseRedshiftClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot. -
Uses of CopyClusterSnapshotRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return CopyClusterSnapshotRequest.Builder Modifier and Type Method Description static CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest. builder()CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)The number of days that a manual snapshot is retained.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. sourceSnapshotClusterIdentifier(String sourceSnapshotClusterIdentifier)The identifier of the cluster the source snapshot was created from.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. sourceSnapshotIdentifier(String sourceSnapshotIdentifier)The identifier for the source snapshot.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. targetSnapshotIdentifier(String targetSnapshotIdentifier)The identifier given to the new manual snapshot.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type CopyClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CopyClusterSnapshotRequest.Builder>CopyClusterSnapshotRequest. serializableBuilderClass()
-