Interface BidirectionalOutputPayloadPart.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<BidirectionalOutputPayloadPart.Builder,BidirectionalOutputPayloadPart>
,SdkBuilder<BidirectionalOutputPayloadPart.Builder,BidirectionalOutputPayloadPart>
,SdkPojo
- All Known Subinterfaces:
DefaultChunk.Builder
- All Known Implementing Classes:
BidirectionalOutputPayloadPart.BuilderImpl
- Enclosing class:
- BidirectionalOutputPayloadPart
public static interface BidirectionalOutputPayloadPart.Builder extends SdkPojo, CopyableBuilder<BidirectionalOutputPayloadPart.Builder,BidirectionalOutputPayloadPart>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BidirectionalOutputPayloadPart.Builder
bytes(SdkBytes bytes)
The 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 Detail
-
bytes
BidirectionalOutputPayloadPart.Builder bytes(SdkBytes 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.
-
-