Interface BidirectionalOutputPayloadPart.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BidirectionalOutputPayloadPart.Builder,
,BidirectionalOutputPayloadPart> SdkBuilder<BidirectionalOutputPayloadPart.Builder,
,BidirectionalOutputPayloadPart> SdkPojo
- All Known Subinterfaces:
DefaultChunk.Builder
- Enclosing class:
BidirectionalOutputPayloadPart
@Mutable
@NotThreadSafe
public static interface BidirectionalOutputPayloadPart.Builder
extends SdkPojo, CopyableBuilder<BidirectionalOutputPayloadPart.Builder,BidirectionalOutputPayloadPart>
-
Method Summary
Modifier and TypeMethodDescriptionThe speech output of the bidirectional stream.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 Details
-
bytes
The speech output of the bidirectional stream.
- Parameters:
bytes
- The speech output of the bidirectional stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-