Interface CallInstructionsMessageType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CallInstructionsMessageType.Builder,CallInstructionsMessageType>,SdkBuilder<CallInstructionsMessageType.Builder,CallInstructionsMessageType>,SdkPojo
- Enclosing class:
- CallInstructionsMessageType
public static interface CallInstructionsMessageType.Builder extends SdkPojo, CopyableBuilder<CallInstructionsMessageType.Builder,CallInstructionsMessageType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallInstructionsMessageType.Buildertext(String text)The language to use when delivering the 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
text
CallInstructionsMessageType.Builder text(String text)
The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.- Parameters:
text- The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-