Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbClusterSnapshotRequest.Builder
Packages that use CreateDbClusterSnapshotRequest.Builder
Package
Description
-
Uses of CreateDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest) Creates a snapshot of a DB cluster.default CreateDbClusterSnapshotResponseRdsClient.createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest) Creates a snapshot of a DB cluster. -
Uses of CreateDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionCreateDbClusterSnapshotRequest.builder()CreateDbClusterSnapshotRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The identifier of the DB cluster to create a snapshot for.CreateDbClusterSnapshotRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier of the DB cluster snapshot.CreateDbClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbClusterSnapshotRequest.Builder.tags(Collection<Tag> tags) The tags to be assigned to the DB cluster snapshot.CreateDbClusterSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags to be assigned to the DB cluster snapshot.The tags to be assigned to the DB cluster snapshot.CreateDbClusterSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbClusterSnapshotRequest.Builder>CreateDbClusterSnapshotRequest.serializableBuilderClass()