Interface Text.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Text.Builder,Text>,SdkBuilder<Text.Builder,Text>,SdkPojo
- Enclosing class:
- Text
public static interface Text.Builder extends SdkPojo, CopyableBuilder<Text.Builder,Text>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Text.Builderlocale(String locale)The locale of the text message.Text.Builderlocale(Locale locale)The locale of the text message.Text.Buildervalue(String value)The value of the text 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
-
locale
Text.Builder locale(String locale)
The locale of the text message. Currently, en-US is supported.
-
locale
Text.Builder locale(Locale locale)
The locale of the text message. Currently, en-US is supported.
-
value
Text.Builder value(String value)
The value of the text message.
- Parameters:
value- The value of the text message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-