public static interface ModifyDbSubnetGroupResponse.Builder extends RdsResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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 © 2023. All rights reserved.