public static interface SetDefaultSenderIdRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<SetDefaultSenderIdRequest.Builder,SetDefaultSenderIdRequest>
| Modifier and Type | Method and Description |
|---|---|
SetDefaultSenderIdRequest.Builder |
configurationSetName(String configurationSetName)
The configuration set to updated with a new default SenderId.
|
SetDefaultSenderIdRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetDefaultSenderIdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetDefaultSenderIdRequest.Builder |
senderId(String senderId)
The current sender ID for the configuration set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetDefaultSenderIdRequest.Builder configurationSetName(String configurationSetName)
The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
configurationSetName - The configuration set to updated with a new default SenderId. This field can be the
ConsigurationSetName or ConfigurationSetArn.SetDefaultSenderIdRequest.Builder senderId(String senderId)
The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
senderId - The current sender ID for the configuration set. When sending a text message to a destination country
which supports SenderIds, the default sender ID on the configuration set specified on
SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds
are available in your account, instead of a generic sender ID, such as 'NOTICE'.SetDefaultSenderIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetDefaultSenderIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.