Class DefaultFiles
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.FilePart
software.amazon.awssdk.services.bedrockagentruntime.model.responsestream.DefaultFiles
- All Implemented Interfaces:
Serializable
,SdkPojo
,ResponseStream
,ToCopyableBuilder<FilePart.Builder,
FilePart>
A specialization of
software.amazon.awssdk.services.bedrockagentruntime.model.FilePart
that represents the
ResponseStream$files
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.bedrockagentruntime.model.ResponseStream
ResponseStream.EventType
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.ResponseStream
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(InvokeAgentResponseHandler.Visitor visitor) Calls the appropriate visit method depending on the subtype ofFilePart
.static DefaultFiles.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.bedrockagentruntime.model.FilePart
copy, equals, equalsBySdkFields, files, getValueForField, hasFiles, 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<FilePart.Builder,
FilePart> - Overrides:
toBuilder
in classFilePart
- Returns:
- a builder for type T
-
builder
-
accept
-
sdkEventType
Description copied from interface:ResponseStream
The type of this event. Corresponds to the:event-type
header on the Message.
-