Interface SmsOutboundConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SmsOutboundConfig.Builder,SmsOutboundConfig>,SdkBuilder<SmsOutboundConfig.Builder,SmsOutboundConfig>,SdkPojo
- Enclosing class:
- SmsOutboundConfig
public static interface SmsOutboundConfig.Builder extends SdkPojo, CopyableBuilder<SmsOutboundConfig.Builder,SmsOutboundConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmsOutboundConfig.BuilderconnectSourcePhoneNumberArn(String connectSourcePhoneNumberArn)Sets the value of the ConnectSourcePhoneNumberArn property for this object.SmsOutboundConfig.BuilderwisdomTemplateArn(String wisdomTemplateArn)Sets the value of the WisdomTemplateArn 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
-
connectSourcePhoneNumberArn
SmsOutboundConfig.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.
-
wisdomTemplateArn
SmsOutboundConfig.Builder wisdomTemplateArn(String wisdomTemplateArn)
Sets the value of the WisdomTemplateArn property for this object.- Parameters:
wisdomTemplateArn- The new value for the WisdomTemplateArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-