Builder
class Builder
Properties
Link copied to clipboard
An event containing incremental output (stdout or stderr) from the command execution. These are the middle chunks.
Link copied to clipboard
An event indicating the start of content streaming from the command execution. This is the first chunk received.
Link copied to clipboard
An event indicating the completion of the command execution, including the exit code and final status. This is the last chunk received.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.bedrockagentcore.model.ContentDeltaEvent inside the given block
Link copied to clipboard
construct an aws.sdk.kotlin.services.bedrockagentcore.model.ContentStartEvent inside the given block
Link copied to clipboard
construct an aws.sdk.kotlin.services.bedrockagentcore.model.ContentStopEvent inside the given block