Interface ModifyDbSubnetGroupResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ModifyDbSubnetGroupResponse.Builder,,- ModifyDbSubnetGroupResponse> - RdsResponse.Builder,- SdkBuilder<ModifyDbSubnetGroupResponse.Builder,,- ModifyDbSubnetGroupResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ModifyDbSubnetGroupResponse
@Mutable
@NotThreadSafe
public static interface ModifyDbSubnetGroupResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbSubnetGroupResponse.Builder,ModifyDbSubnetGroupResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dbSubnetGroupSets 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.
 
- 
dbSubnetGroupdefault ModifyDbSubnetGroupResponse.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 on- DBSubnetGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-