Uses of Interface
software.amazon.awssdk.services.docdb.model.CreateDbClusterSnapshotRequest.Builder
-
Packages that use CreateDbClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.model -
-
Uses of CreateDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdb
Method parameters in software.amazon.awssdk.services.docdb with type arguments of type CreateDbClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateDbClusterSnapshotResponse>DocDbAsyncClient. createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)Creates a snapshot of a cluster.default CreateDbClusterSnapshotResponseDocDbClient. createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)Creates a snapshot of a cluster. -
Uses of CreateDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return CreateDbClusterSnapshotRequest.Builder Modifier and Type Method Description static CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest. builder()CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. dbClusterIdentifier(String dbClusterIdentifier)The identifier of the cluster to create a snapshot for.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier of the cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags to be assigned to the cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Tag... tags)The tags to be assigned to the cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type CreateDbClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateDbClusterSnapshotRequest.Builder>CreateDbClusterSnapshotRequest. serializableBuilderClass()
-