public static interface DeleteCoipPoolResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteCoipPoolResponse.Builder,DeleteCoipPoolResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteCoipPoolResponse.Builder |
coipPool(CoipPool coipPool)
Sets the value of the CoipPool property for this object.
|
default DeleteCoipPoolResponse.Builder |
coipPool(Consumer<CoipPool.Builder> coipPool)
Sets the value of the CoipPool property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCoipPoolResponse.Builder coipPool(CoipPool coipPool)
coipPool - The new value for the CoipPool property for this object.default DeleteCoipPoolResponse.Builder coipPool(Consumer<CoipPool.Builder> coipPool)
CoipPool.Builder avoiding the need to
create one manually via CoipPool.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to coipPool(CoipPool).
coipPool - a consumer that will call methods on CoipPool.BuildercoipPool(CoipPool)Copyright © 2022. All rights reserved.