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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ModifyDBSubnetGroupResponse.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.Builder
dbSubnetGroup(DBSubnetGroup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.