Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.CreateClusterSnapshotRequest.Builder
-
Packages that use CreateClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters 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 an elastic cluster.default CreateClusterSnapshotResponseDocDbElasticClient. createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)Creates a snapshot of an elastic 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 identifier of the elastic cluster of which you want to create a snapshot.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. snapshotName(String snapshotName)The name of the new elastic cluster snapshot.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. tags(Map<String,String> tags)The tags to be assigned to the new elastic cluster 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()
-