Interface Audio.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Audio.Builder,Audio>,SdkBuilder<Audio.Builder,Audio>,SdkPojo
- Enclosing class:
- Audio
public static interface Audio.Builder extends SdkPojo, CopyableBuilder<Audio.Builder,Audio>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Audio.Builderlocale(String locale)The locale of the audio message.Audio.Builderlocale(Locale locale)The locale of the audio message.Audio.Builderlocation(String location)The location of the audio file.-
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
Audio.Builder locale(String locale)
The locale of the audio message. Currently, en-US is supported.
-
locale
Audio.Builder locale(Locale locale)
The locale of the audio message. Currently, en-US is supported.
-
location
Audio.Builder location(String location)
The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
- Parameters:
location- The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-