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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDedicatedIpResponse.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 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.Builder
dedicatedIp(DedicatedIp)
Copyright © 2021. All rights reserved.