Uses of Interface
software.amazon.awssdk.services.redshift.model.CreateClusterSnapshotRequest.Builder
-
Packages that use CreateClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of CreateClusterSnapshotRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type CreateClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateClusterSnapshotResponse>RedshiftAsyncClient. createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)Creates a manual snapshot of the specified cluster.default CreateClusterSnapshotResponseRedshiftClient. createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)Creates a manual snapshot of the specified cluster. -
Uses of CreateClusterSnapshotRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return CreateClusterSnapshotRequest.Builder Modifier and Type Method Description static CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest. builder()CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. clusterIdentifier(String clusterIdentifier)The cluster identifier for which you want a snapshot.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)The number of days that a manual snapshot is retained.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. snapshotIdentifier(String snapshotIdentifier)A unique identifier for the snapshot that you are requesting.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tag instances.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. tags(Tag... tags)A list of tag instances.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type CreateClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateClusterSnapshotRequest.Builder>CreateClusterSnapshotRequest. serializableBuilderClass()
-