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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.docdbelastic.model.DocDbElasticRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -