public static interface CreateDbSubnetGroupResponse.Builder extends RdsResponse.Builder, CopyableBuilder<CreateDbSubnetGroupResponse.Builder,CreateDbSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDbSubnetGroupResponse.Builder |
dbSubnetGroup(Consumer<DBSubnetGroup.Builder> dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
CreateDbSubnetGroupResponse.Builder |
dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
Sets the value of the DBSubnetGroup property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateDbSubnetGroupResponse.Builder dbSubnetGroup(DBSubnetGroup dbSubnetGroup)
dbSubnetGroup - The new value for the DBSubnetGroup property for this object.default CreateDbSubnetGroupResponse.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.