Interface InvokeModelWithBidirectionalStreamInput
-
- All Known Implementing Classes:
BidirectionalInputPayloadPart,DefaultChunk
@Generated("software.amazon.awssdk:codegen") public interface InvokeModelWithBidirectionalStreamInput
Base interface for all event types in InvokeModelWithBidirectionalStreamInput.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInvokeModelWithBidirectionalStreamInput.EventTypeThe known possible types of events forInvokeModelWithBidirectionalStreamInput.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BidirectionalInputPayloadPart.BuilderchunkBuilder()Create a builder for thechunkevent type for this stream.default InvokeModelWithBidirectionalStreamInput.EventTypesdkEventType()The type of this event.
-
-
-
Method Detail
-
chunkBuilder
static BidirectionalInputPayloadPart.Builder chunkBuilder()
Create a builder for thechunkevent type for this stream.
-
sdkEventType
default InvokeModelWithBidirectionalStreamInput.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
-