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 identifier for the application.
|
UpdateSmsChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSmsChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSmsChannelRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.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)
overrideConfiguration in interface AwsRequest.BuilderUpdateSmsChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.