Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ContentStopEvent.Builder
Packages that use ContentStopEvent.Builder
-
Uses of ContentStopEvent.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ContentStopEvent.BuilderModifier and TypeMethodDescriptionstatic ContentStopEvent.BuilderContentStopEvent.builder()The exit code returned by the executed command.final ContentStopEvent.BuilderResponseChunk.BuilderImpl.getContentStop()The final status of the command execution.ContentStopEvent.Builder.status(CommandExecutionStatus status) The final status of the command execution.ContentStopEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ContentStopEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContentStopEvent.Builder>ContentStopEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ContentStopEvent.BuilderModifier and TypeMethodDescriptiondefault ResponseChunk.BuilderResponseChunk.Builder.contentStop(Consumer<ContentStopEvent.Builder> contentStop) An event indicating the completion of the command execution, including the exit code and final status.