Interface SmsSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SmsSettings.Builder,SmsSettings>,SdkBuilder<SmsSettings.Builder,SmsSettings>,SdkPojo
- Enclosing class:
- SmsSettings
public static interface SmsSettings.Builder extends SdkPojo, CopyableBuilder<SmsSettings.Builder,SmsSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmsSettings.BuildersmsMessage(String smsMessage)The contents of the SMS message.-
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, sdkFields
-
-
-
-
Method Detail
-
smsMessage
SmsSettings.Builder smsMessage(String smsMessage)
The contents of the SMS message.
- Parameters:
smsMessage- The contents of the SMS message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-