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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateClusterSnapshotRequest.BuilderclusterArn(String clusterArn)The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.CreateClusterSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateClusterSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateClusterSnapshotRequest.BuildersnapshotName(String snapshotName)The name of the Elastic DocumentDB snapshot.CreateClusterSnapshotRequest.Buildertags(Map<String,String> tags)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 Detail
-
clusterArn
CreateClusterSnapshotRequest.Builder clusterArn(String 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
CreateClusterSnapshotRequest.Builder snapshotName(String 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
CreateClusterSnapshotRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateClusterSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-