Interface CreateDbSubnetGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateDbSubnetGroupRequest.Builder,,CreateDbSubnetGroupRequest> RdsRequest.Builder,SdkBuilder<CreateDbSubnetGroupRequest.Builder,,CreateDbSubnetGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateDbSubnetGroupRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondbSubnetGroupDescription(String dbSubnetGroupDescription) The description for the DB subnet group.dbSubnetGroupName(String dbSubnetGroupName) The name for the DB subnet group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The EC2 Subnet IDs for the DB subnet group.subnetIds(Collection<String> subnetIds) The EC2 Subnet IDs for the DB subnet group.tags(Collection<Tag> tags) Tags to assign to the DB subnet group.tags(Consumer<Tag.Builder>... tags) Tags to assign to the DB subnet group.Tags to assign to the DB subnet group.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, sdkFields 
- 
Method Details
- 
dbSubnetGroupName
The name for the DB subnet group. This value is stored as a lowercase string.
Constraints:
- 
 
Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.
 - 
 
Must not be default.
 - 
 
First character must be a letter.
 
Example:
mydbsubnetgroup- Parameters:
 dbSubnetGroupName- The name for the DB subnet group. This value is stored as a lowercase string.Constraints:
- 
        
Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.
 - 
        
Must not be default.
 - 
        
First character must be a letter.
 
Example:
mydbsubnetgroup- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
dbSubnetGroupDescription
The description for the DB subnet group.
- Parameters:
 dbSubnetGroupDescription- The description for the DB subnet group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
The EC2 Subnet IDs for the DB subnet group.
- Parameters:
 subnetIds- The EC2 Subnet IDs for the DB subnet group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
The EC2 Subnet IDs for the DB subnet group.
- Parameters:
 subnetIds- The EC2 Subnet IDs for the DB subnet group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags to assign to the DB subnet group.
- Parameters:
 tags- Tags to assign to the DB subnet group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags to assign to the DB subnet group.
- Parameters:
 tags- Tags to assign to the DB subnet group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags to assign to the DB subnet group.
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
CreateDbSubnetGroupRequest.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
CreateDbSubnetGroupRequest.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.
 
 
 -