public static interface DeleteIpamScopeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteIpamScopeResponse.Builder,DeleteIpamScopeResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteIpamScopeResponse.Builder |
ipamScope(Consumer<IpamScope.Builder> ipamScope)
Information about the results of the deletion.
|
DeleteIpamScopeResponse.Builder |
ipamScope(IpamScope ipamScope)
Information about the results of the deletion.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIpamScopeResponse.Builder ipamScope(IpamScope ipamScope)
Information about the results of the deletion.
ipamScope - Information about the results of the deletion.default DeleteIpamScopeResponse.Builder ipamScope(Consumer<IpamScope.Builder> ipamScope)
Information about the results of the deletion.
This is a convenience method that creates an instance of theIpamScope.Builder avoiding the need to
create one manually via IpamScope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ipamScope(IpamScope).
ipamScope - a consumer that will call methods on IpamScope.BuilderipamScope(IpamScope)Copyright © 2022. All rights reserved.