public static interface ModifyIpamScopeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyIpamScopeResponse.Builder,ModifyIpamScopeResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyIpamScopeResponse.Builder |
ipamScope(Consumer<IpamScope.Builder> ipamScope)
The results of the modification.
|
ModifyIpamScopeResponse.Builder |
ipamScope(IpamScope ipamScope)
The results of the modification.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyIpamScopeResponse.Builder ipamScope(IpamScope ipamScope)
The results of the modification.
ipamScope - The results of the modification.default ModifyIpamScopeResponse.Builder ipamScope(Consumer<IpamScope.Builder> ipamScope)
The results of the modification.
This is a convenience 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.