Class DefaultChunk
java.lang.Object
software.amazon.awssdk.services.bedrockruntime.model.PayloadPart
software.amazon.awssdk.services.bedrockruntime.model.responsestream.DefaultChunk
- All Implemented Interfaces:
Serializable
,SdkPojo
,ResponseStream
,ToCopyableBuilder<PayloadPart.Builder,
PayloadPart>
A specialization of
software.amazon.awssdk.services.bedrockruntime.model.PayloadPart
that represents the
ResponseStream$chunk
event. Do not use this class directly. Instead, use the static builder methods on
ResponseStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.bedrockruntime.model.ResponseStream
ResponseStream.EventType
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.bedrockruntime.model.ResponseStream
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofPayloadPart
.static DefaultChunk.Builder
builder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.bedrockruntime.model.PayloadPart
bytes, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<PayloadPart.Builder,
PayloadPart> - Overrides:
toBuilder
in classPayloadPart
- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:PayloadPart
Calls the appropriate visit method depending on the subtype ofPayloadPart
.- Specified by:
accept
in interfaceResponseStream
- Overrides:
accept
in classPayloadPart
- Parameters:
visitor
- Visitor to invoke.
-
sdkEventType
Description copied from interface:ResponseStream
The type of this event. Corresponds to the:event-type
header on the Message.
-