Interface CreateDbSubnetGroupResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateDbSubnetGroupResponse.Builder,,CreateDbSubnetGroupResponse> RdsResponse.Builder,SdkBuilder<CreateDbSubnetGroupResponse.Builder,,CreateDbSubnetGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateDbSubnetGroupResponse
public static interface CreateDbSubnetGroupResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbSubnetGroupResponse.Builder,CreateDbSubnetGroupResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup) Sets the value of the DBSubnetGroup property for this object.dbSubnetGroup(DBSubnetGroup dbSubnetGroup) Sets the value of the DBSubnetGroup property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
dbSubnetGroup
Sets the value of the DBSubnetGroup property for this object.- Parameters:
 dbSubnetGroup- The new value for the DBSubnetGroup property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dbSubnetGroup
default CreateDbSubnetGroupResponse.Builder dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup) Sets the value of the DBSubnetGroup property for this object. This is a convenience method that creates an instance of theDBSubnetGroup.Builderavoiding the need to create one manually viaDBSubnetGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbSubnetGroup(DBSubnetGroup).- Parameters:
 dbSubnetGroup- a consumer that will call methods onDBSubnetGroup.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -