public static interface DeleteEmailChannelResponse.Builder extends PinpointResponse.Builder, CopyableBuilder<DeleteEmailChannelResponse.Builder,DeleteEmailChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteEmailChannelResponse.Builder |
emailChannelResponse(Consumer<EmailChannelResponse.Builder> emailChannelResponse)
Sets the value of the EmailChannelResponse property for this object.
|
DeleteEmailChannelResponse.Builder |
emailChannelResponse(EmailChannelResponse emailChannelResponse)
Sets the value of the EmailChannelResponse property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteEmailChannelResponse.Builder emailChannelResponse(EmailChannelResponse emailChannelResponse)
emailChannelResponse - The new value for the EmailChannelResponse property for this object.default DeleteEmailChannelResponse.Builder emailChannelResponse(Consumer<EmailChannelResponse.Builder> emailChannelResponse)
EmailChannelResponse.Builder avoiding the need
to create one manually via EmailChannelResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to emailChannelResponse(EmailChannelResponse).emailChannelResponse - a consumer that will call methods on EmailChannelResponse.BuilderemailChannelResponse(EmailChannelResponse)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.