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