public static interface ModifyDbSubnetGroupResponse.Builder extends RdsResponse.Builder, CopyableBuilder<ModifyDbSubnetGroupResponse.Builder,ModifyDbSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbSubnetGroupResponse.Builder |
dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
ModifyDbSubnetGroupResponse.Builder |
dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildModifyDbSubnetGroupResponse.Builder dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
dbSubnetGroup - The new value for the DBSubnetGroup property for this object.default ModifyDbSubnetGroupResponse.Builder dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
DBSubnetGroup.Builder avoiding the need to
create one manually via DBSubnetGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dbSubnetGroup(DBSubnetGroup).dbSubnetGroup - a consumer that will call methods on DBSubnetGroup.BuilderdbSubnetGroup(DBSubnetGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.