Interface CreateClusterSnapshotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateClusterSnapshotRequest.Builder,
,CreateClusterSnapshotRequest> DocDbElasticRequest.Builder
,SdkBuilder<CreateClusterSnapshotRequest.Builder,
,CreateClusterSnapshotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateClusterSnapshotRequest
public static interface CreateClusterSnapshotRequest.Builder
extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<CreateClusterSnapshotRequest.Builder,CreateClusterSnapshotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.snapshotName
(String snapshotName) The name of the Elastic DocumentDB snapshot.The tags to be assigned to the new Elastic DocumentDB snapshot.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.docdbelastic.model.DocDbElasticRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clusterArn
The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.
- Parameters:
clusterArn
- The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotName
The name of the Elastic DocumentDB snapshot.
- Parameters:
snapshotName
- The name of the Elastic DocumentDB snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be assigned to the new Elastic DocumentDB snapshot.
- Parameters:
tags
- The tags to be assigned to the new Elastic DocumentDB snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateClusterSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateClusterSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-