public static interface UpdateSubnetGroupResponse.Builder extends DAXResponse.Builder, CopyableBuilder<UpdateSubnetGroupResponse.Builder,UpdateSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateSubnetGroupResponse.Builder |
subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
The subnet group that has been modified.
|
UpdateSubnetGroupResponse.Builder |
subnetGroup(SubnetGroup subnetGroup)
The subnet group that has been modified.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateSubnetGroupResponse.Builder subnetGroup(SubnetGroup subnetGroup)
The subnet group that has been modified.
subnetGroup - The subnet group that has been modified.default UpdateSubnetGroupResponse.Builder subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
The subnet group that has been modified.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.