public static interface GetDedicatedIpPoolResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpPoolResponse.Builder,GetDedicatedIpPoolResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDedicatedIpPoolResponse.Builder |
dedicatedIpPool(Consumer<DedicatedIpPool.Builder> dedicatedIpPool)
An object that contains information about a dedicated IP pool.
|
GetDedicatedIpPoolResponse.Builder |
dedicatedIpPool(DedicatedIpPool dedicatedIpPool)
An object that contains information about a dedicated IP pool.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDedicatedIpPoolResponse.Builder dedicatedIpPool(DedicatedIpPool dedicatedIpPool)
An object that contains information about a dedicated IP pool.
dedicatedIpPool - An object that contains information about a dedicated IP pool.default GetDedicatedIpPoolResponse.Builder dedicatedIpPool(Consumer<DedicatedIpPool.Builder> dedicatedIpPool)
An object that contains information about a dedicated IP pool.
This is a convenience method that creates an instance of theDedicatedIpPool.Builder avoiding the
need to create one manually via DedicatedIpPool.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dedicatedIpPool(DedicatedIpPool).
dedicatedIpPool - a consumer that will call methods on DedicatedIpPool.BuilderdedicatedIpPool(DedicatedIpPool)Copyright © 2023. All rights reserved.