public static interface DeleteSmsChannelResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<DeleteSmsChannelResponse.Builder,DeleteSmsChannelResponse>
Modifier and Type | Method and Description |
---|---|
default DeleteSmsChannelResponse.Builder |
smsChannelResponse(Consumer<SMSChannelResponse.Builder> smsChannelResponse)
Sets the value of the SMSChannelResponse property for this object.
|
DeleteSmsChannelResponse.Builder |
smsChannelResponse(SMSChannelResponse smsChannelResponse)
Sets the value of the SMSChannelResponse property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteSmsChannelResponse.Builder smsChannelResponse(SMSChannelResponse smsChannelResponse)
smsChannelResponse
- The new value for the SMSChannelResponse property for this object.default DeleteSmsChannelResponse.Builder smsChannelResponse(Consumer<SMSChannelResponse.Builder> smsChannelResponse)
SMSChannelResponse.Builder
avoiding the need to
create one manually via SMSChannelResponse.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to smsChannelResponse(SMSChannelResponse)
.smsChannelResponse
- a consumer that will call methods on SMSChannelResponse.Builder
smsChannelResponse(SMSChannelResponse)
Copyright © 2019. All rights reserved.