public static interface UpdateSubnetGroupResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateSubnetGroupResponse.Builder,UpdateSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateSubnetGroupResponse.Builder |
subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
The updated subnet group
|
UpdateSubnetGroupResponse.Builder |
subnetGroup(SubnetGroup subnetGroup)
The updated subnet group
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubnetGroupResponse.Builder subnetGroup(SubnetGroup subnetGroup)
The updated subnet group
subnetGroup - The updated subnet groupdefault UpdateSubnetGroupResponse.Builder subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
The updated subnet group
This is a convenience that creates an instance of theSubnetGroup.Builder avoiding the need to create
one manually via SubnetGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to subnetGroup(SubnetGroup).subnetGroup - a consumer that will call methods on SubnetGroup.BuildersubnetGroup(SubnetGroup)Copyright © 2021. All rights reserved.