public static interface UpdateSmsChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateSmsChannelRequest.Builder,UpdateSmsChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSmsChannelRequest.Builder |
applicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
UpdateSmsChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateSmsChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateSmsChannelRequest.Builder |
smsChannelRequest(Consumer<SMSChannelRequest.Builder> smsChannelRequest)
Sets the value of the SMSChannelRequest property for this object.
|
UpdateSmsChannelRequest.Builder |
smsChannelRequest(SMSChannelRequest smsChannelRequest)
Sets the value of the SMSChannelRequest property for this object.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateSmsChannelRequest.Builder applicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.UpdateSmsChannelRequest.Builder smsChannelRequest(SMSChannelRequest smsChannelRequest)
smsChannelRequest - The new value for the SMSChannelRequest property for this object.default UpdateSmsChannelRequest.Builder smsChannelRequest(Consumer<SMSChannelRequest.Builder> smsChannelRequest)
SMSChannelRequest.Builder avoiding the need to
create one manually via SMSChannelRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to smsChannelRequest(SMSChannelRequest).smsChannelRequest - a consumer that will call methods on SMSChannelRequest.BuildersmsChannelRequest(SMSChannelRequest)UpdateSmsChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateSmsChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.