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