Interface SetDefaultSenderIdRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetDefaultSenderIdRequest.Builder,SetDefaultSenderIdRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<SetDefaultSenderIdRequest.Builder,SetDefaultSenderIdRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetDefaultSenderIdRequest
public static interface SetDefaultSenderIdRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<SetDefaultSenderIdRequest.Builder,SetDefaultSenderIdRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetDefaultSenderIdRequest.BuilderconfigurationSetName(String configurationSetName)The configuration set to updated with a new default SenderId.SetDefaultSenderIdRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetDefaultSenderIdRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetDefaultSenderIdRequest.BuildersenderId(String senderId)The current sender ID for the configuration set.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
configurationSetName
SetDefaultSenderIdRequest.Builder configurationSetName(String configurationSetName)
The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
- Parameters:
configurationSetName- The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderId
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'.
- Parameters:
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'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetDefaultSenderIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetDefaultSenderIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-