Interface CreateDbClusterSnapshotRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateDbClusterSnapshotRequest.Builder,,CreateDbClusterSnapshotRequest> RdsRequest.Builder,SdkBuilder<CreateDbClusterSnapshotRequest.Builder,,CreateDbClusterSnapshotRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateDbClusterSnapshotRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondbClusterIdentifier(String dbClusterIdentifier) The identifier of the DB cluster to create a snapshot for.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier of the DB cluster snapshot.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The tags to be assigned to the DB cluster snapshot.tags(Consumer<Tag.Builder>... tags) The tags to be assigned to the DB cluster snapshot.The tags to be assigned to the DB cluster 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.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
dbClusterSnapshotIdentifier
CreateDbClusterSnapshotRequest.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
- 
 
Must contain from 1 to 63 letters, numbers, or hyphens.
 - 
 
First character must be a letter.
 - 
 
Can't end with a hyphen or contain two consecutive hyphens.
 
Example:
my-cluster1-snapshot1- Parameters:
 dbClusterSnapshotIdentifier- The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.Constraints:
- 
        
Must contain from 1 to 63 letters, numbers, or hyphens.
 - 
        
First character must be a letter.
 - 
        
Can't end with a hyphen or contain two consecutive hyphens.
 
Example:
my-cluster1-snapshot1- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
dbClusterIdentifier
The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.
Constraints:
- 
 
Must match the identifier of an existing DBCluster.
 
Example:
my-cluster1- Parameters:
 dbClusterIdentifier- The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.Constraints:
- 
        
Must match the identifier of an existing DBCluster.
 
Example:
my-cluster1- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
tags
The tags to be assigned to the DB cluster snapshot.
- Parameters:
 tags- The tags to be assigned to the DB 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 DB cluster snapshot.
- Parameters:
 tags- The tags to be assigned to the DB 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 DB cluster snapshot.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateDbClusterSnapshotRequest.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
CreateDbClusterSnapshotRequest.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.
 
 
 -