public static interface UpdateEmailChannelResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<UpdateEmailChannelResponse.Builder,UpdateEmailChannelResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateEmailChannelResponse.Builder |
emailChannelResponse(Consumer<EmailChannelResponse.Builder> emailChannelResponse)
Sets the value of the EmailChannelResponse property for this object.
|
UpdateEmailChannelResponse.Builder |
emailChannelResponse(EmailChannelResponse emailChannelResponse)
Sets the value of the EmailChannelResponse property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateEmailChannelResponse.Builder emailChannelResponse(EmailChannelResponse emailChannelResponse)
emailChannelResponse
- The new value for the EmailChannelResponse property for this object.default UpdateEmailChannelResponse.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.Builder
emailChannelResponse(EmailChannelResponse)
Copyright © 2019. All rights reserved.