Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ResponseChunk.Builder
Packages that use ResponseChunk.Builder
Package
Description
-
Uses of ResponseChunk.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Classes in software.amazon.awssdk.services.bedrockagentcore.model that implement ResponseChunk.BuilderMethods in software.amazon.awssdk.services.bedrockagentcore.model that return ResponseChunk.BuilderModifier and TypeMethodDescriptionstatic ResponseChunk.BuilderResponseChunk.builder()static ResponseChunk.BuilderInvokeAgentRuntimeCommandStreamOutput.chunkBuilder()Create a builder for thechunkevent type for this stream.default ResponseChunk.BuilderResponseChunk.Builder.contentDelta(Consumer<ContentDeltaEvent.Builder> contentDelta) An event containing incremental output (stdout or stderr) from the command execution.ResponseChunk.Builder.contentDelta(ContentDeltaEvent contentDelta) An event containing incremental output (stdout or stderr) from the command execution.final ResponseChunk.BuilderResponseChunk.BuilderImpl.contentDelta(ContentDeltaEvent contentDelta) default ResponseChunk.BuilderResponseChunk.Builder.contentStart(Consumer<ContentStartEvent.Builder> contentStart) An event indicating the start of content streaming from the command execution.ResponseChunk.Builder.contentStart(ContentStartEvent contentStart) An event indicating the start of content streaming from the command execution.final ResponseChunk.BuilderResponseChunk.BuilderImpl.contentStart(ContentStartEvent contentStart) default ResponseChunk.BuilderResponseChunk.Builder.contentStop(Consumer<ContentStopEvent.Builder> contentStop) An event indicating the completion of the command execution, including the exit code and final status.ResponseChunk.Builder.contentStop(ContentStopEvent contentStop) An event indicating the completion of the command execution, including the exit code and final status.final ResponseChunk.BuilderResponseChunk.BuilderImpl.contentStop(ContentStopEvent contentStop) ResponseChunk.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ResponseChunk.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResponseChunk.Builder>ResponseChunk.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ResponseChunk.BuilderModifier and TypeMethodDescriptionfinal ResponseChunkResponseChunk.copy(Consumer<? super ResponseChunk.Builder> modifier) -
Uses of ResponseChunk.Builder in software.amazon.awssdk.services.bedrockagentcore.model.invokeagentruntimecommandstreamoutput