Interface SmsChannelSubtypeParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SmsChannelSubtypeParameters.Builder,SmsChannelSubtypeParameters>,SdkBuilder<SmsChannelSubtypeParameters.Builder,SmsChannelSubtypeParameters>,SdkPojo
- Enclosing class:
- SmsChannelSubtypeParameters
public static interface SmsChannelSubtypeParameters.Builder extends SdkPojo, CopyableBuilder<SmsChannelSubtypeParameters.Builder,SmsChannelSubtypeParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmsChannelSubtypeParameters.BuilderconnectSourcePhoneNumberArn(String connectSourcePhoneNumberArn)Sets the value of the ConnectSourcePhoneNumberArn property for this object.SmsChannelSubtypeParameters.BuilderdestinationPhoneNumber(String destinationPhoneNumber)Sets the value of the DestinationPhoneNumber property for this object.SmsChannelSubtypeParameters.BuildertemplateArn(String templateArn)Sets the value of the TemplateArn property for this object.SmsChannelSubtypeParameters.BuildertemplateParameters(Map<String,String> templateParameters)Sets the value of the TemplateParameters property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
destinationPhoneNumber
SmsChannelSubtypeParameters.Builder destinationPhoneNumber(String destinationPhoneNumber)
Sets the value of the DestinationPhoneNumber property for this object.- Parameters:
destinationPhoneNumber- The new value for the DestinationPhoneNumber property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectSourcePhoneNumberArn
SmsChannelSubtypeParameters.Builder connectSourcePhoneNumberArn(String connectSourcePhoneNumberArn)
Sets the value of the ConnectSourcePhoneNumberArn property for this object.- Parameters:
connectSourcePhoneNumberArn- The new value for the ConnectSourcePhoneNumberArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
SmsChannelSubtypeParameters.Builder templateArn(String templateArn)
Sets the value of the TemplateArn property for this object.- Parameters:
templateArn- The new value for the TemplateArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateParameters
SmsChannelSubtypeParameters.Builder templateParameters(Map<String,String> templateParameters)
Sets the value of the TemplateParameters property for this object.- Parameters:
templateParameters- The new value for the TemplateParameters property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-