public static interface GetSuppressedDestinationResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetSuppressedDestinationResponse.Builder,GetSuppressedDestinationResponse>
Modifier and Type | Method and Description |
---|---|
default GetSuppressedDestinationResponse.Builder |
suppressedDestination(Consumer<SuppressedDestination.Builder> suppressedDestination)
An object containing information about the suppressed email address.
|
GetSuppressedDestinationResponse.Builder |
suppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email address.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetSuppressedDestinationResponse.Builder suppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email address.
suppressedDestination
- An object containing information about the suppressed email address.default GetSuppressedDestinationResponse.Builder suppressedDestination(Consumer<SuppressedDestination.Builder> suppressedDestination)
An object containing information about the suppressed email address.
This is a convenience that creates an instance of theSuppressedDestination.Builder
avoiding the need
to create one manually via SuppressedDestination.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to suppressedDestination(SuppressedDestination)
.suppressedDestination
- a consumer that will call methods on SuppressedDestination.Builder
suppressedDestination(SuppressedDestination)
Copyright © 2020. All rights reserved.