Interface CreateClusterSnapshotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateClusterSnapshotRequest.Builder,
,CreateClusterSnapshotRequest> DocDbElasticRequest.Builder
,SdkBuilder<CreateClusterSnapshotRequest.Builder,
,CreateClusterSnapshotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateClusterSnapshotRequest
@Mutable
@NotThreadSafe
public static interface CreateClusterSnapshotRequest.Builder
extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<CreateClusterSnapshotRequest.Builder,CreateClusterSnapshotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The ARN identifier of the elastic cluster of which you want to create a snapshot.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 new elastic cluster snapshot.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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) 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.
-