public static interface GetDedicatedIpResponse.Builder extends PinpointEmailResponse.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, sdkHttpResponsecopyapplyMutation, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.