Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CustomOrchestrationTraceEvent.Builder
-
Packages that use CustomOrchestrationTraceEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of CustomOrchestrationTraceEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CustomOrchestrationTraceEvent.Builder Modifier and Type Method Description static CustomOrchestrationTraceEvent.BuilderCustomOrchestrationTraceEvent. builder()CustomOrchestrationTraceEvent.BuilderCustomOrchestrationTraceEvent.Builder. text(String text)The text that prompted the event at this step.CustomOrchestrationTraceEvent.BuilderCustomOrchestrationTraceEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CustomOrchestrationTraceEvent.Builder Modifier and Type Method Description static Class<? extends CustomOrchestrationTraceEvent.Builder>CustomOrchestrationTraceEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CustomOrchestrationTraceEvent.Builder Modifier and Type Method Description default CustomOrchestrationTrace.BuilderCustomOrchestrationTrace.Builder. event(Consumer<CustomOrchestrationTraceEvent.Builder> event)The event details used with the custom orchestration.
-