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 identifier of the elastic cluster of which you want to create a snapshot.CreateClusterSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateClusterSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateClusterSnapshotRequest.BuildersnapshotName(String snapshotName)The name of the new elastic cluster snapshot.CreateClusterSnapshotRequest.Buildertags(Map<String,String> tags)The tags to be assigned to the new elastic cluster 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 identifier of the elastic cluster of which you want to create a snapshot.
- Parameters:
clusterArn- The ARN identifier of the elastic cluster of which you want to create a snapshot.- 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 new elastic cluster snapshot.
- Parameters:
snapshotName- The name of the new elastic cluster 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 cluster snapshot.
- Parameters:
tags- The tags to be assigned to the new elastic cluster 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
-
-