Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.CreateClusterSnapshotRequest.Builder
-
Packages that use CreateClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint.software.amazon.awssdk.services.docdbelastic.model -
-
Uses of CreateClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdbelastic
Method parameters in software.amazon.awssdk.services.docdbelastic with type arguments of type CreateClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateClusterSnapshotResponse>DocDbElasticAsyncClient. createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)Creates a snapshot of a cluster.default CreateClusterSnapshotResponseDocDbElasticClient. createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)Creates a snapshot of a cluster. -
Uses of CreateClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return CreateClusterSnapshotRequest.Builder Modifier and Type Method Description static CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest. builder()CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. clusterArn(String clusterArn)The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. snapshotName(String snapshotName)The name of the Elastic DocumentDB snapshot.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. tags(Map<String,String> tags)The tags to be assigned to the new Elastic DocumentDB snapshot.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type CreateClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateClusterSnapshotRequest.Builder>CreateClusterSnapshotRequest. serializableBuilderClass()
-