public static interface UpdateSmsChannelRequest.Builder extends PinpointRequest.Builder, CopyableBuilder<UpdateSmsChannelRequest.Builder,UpdateSmsChannelRequest>
Modifier and Type | Method and Description |
---|---|
UpdateSmsChannelRequest.Builder |
applicationId(String applicationId)
Sets the value of the ApplicationId property for this object.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateSmsChannelRequest.Builder applicationId(String applicationId)
applicationId
- The new value for the ApplicationId property for this object.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.Builder
smsChannelRequest(SMSChannelRequest)
UpdateSmsChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateSmsChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.