public static interface CreateIpamScopeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateIpamScopeResponse.Builder,CreateIpamScopeResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateIpamScopeResponse.Builder |
ipamScope(Consumer<IpamScope.Builder> ipamScope)
Information about the created scope.
|
CreateIpamScopeResponse.Builder |
ipamScope(IpamScope ipamScope)
Information about the created scope.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpamScopeResponse.Builder ipamScope(IpamScope ipamScope)
Information about the created scope.
ipamScope - Information about the created scope.default CreateIpamScopeResponse.Builder ipamScope(Consumer<IpamScope.Builder> ipamScope)
Information about the created scope.
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.