public static interface DeleteSmsChannelResponse.Builder extends PinpointResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteSmsChannelResponse.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.BuildersmsChannelResponse(SMSChannelResponse)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.