public static interface DeleteSubnetGroupResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DeleteSubnetGroupResponse.Builder,DeleteSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteSubnetGroupResponse.Builder |
subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
The subnet group object that has been deleted.
|
DeleteSubnetGroupResponse.Builder |
subnetGroup(SubnetGroup subnetGroup)
The subnet group object that has been deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSubnetGroupResponse.Builder subnetGroup(SubnetGroup subnetGroup)
The subnet group object that has been deleted.
subnetGroup - The subnet group object that has been deleted.default DeleteSubnetGroupResponse.Builder subnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)
The subnet group object that has been deleted.
This is a convenience method 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 © 2022. All rights reserved.