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, sdkHttpResponsecopyapply, 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.