Interface AudioEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AudioEvent.Builder,,AudioEvent> SdkBuilder<AudioEvent.Builder,,AudioEvent> SdkPojo
- All Known Subinterfaces:
DefaultAudioEvent.Builder
- Enclosing class:
AudioEvent
@Mutable
@NotThreadSafe
public static interface AudioEvent.Builder
extends SdkPojo, CopyableBuilder<AudioEvent.Builder,AudioEvent>
-
Method Summary
Modifier and TypeMethodDescriptionaudioChunk(SdkBytes audioChunk) A chunk of synthesized audio data encoded in the format specified by theOutputFormatparameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
audioChunk
A chunk of synthesized audio data encoded in the format specified by the
OutputFormatparameter.- Parameters:
audioChunk- A chunk of synthesized audio data encoded in the format specified by theOutputFormatparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-