Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CustomOrchestrationTrace.Builder
-
Packages that use CustomOrchestrationTrace.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of CustomOrchestrationTrace.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CustomOrchestrationTrace.Builder Modifier and Type Method Description static CustomOrchestrationTrace.BuilderCustomOrchestrationTrace. builder()default CustomOrchestrationTrace.BuilderCustomOrchestrationTrace.Builder. event(Consumer<CustomOrchestrationTraceEvent.Builder> event)The event details used with the custom orchestration.CustomOrchestrationTrace.BuilderCustomOrchestrationTrace.Builder. event(CustomOrchestrationTraceEvent event)The event details used with the custom orchestration.CustomOrchestrationTrace.BuilderCustomOrchestrationTrace. toBuilder()CustomOrchestrationTrace.BuilderCustomOrchestrationTrace.Builder. traceId(String traceId)The unique identifier of the trace.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CustomOrchestrationTrace.Builder Modifier and Type Method Description static Class<? extends CustomOrchestrationTrace.Builder>CustomOrchestrationTrace. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CustomOrchestrationTrace.Builder Modifier and Type Method Description default Trace.BuilderTrace.Builder. customOrchestrationTrace(Consumer<CustomOrchestrationTrace.Builder> customOrchestrationTrace)Details about the custom orchestration step in which the agent determines the order in which actions are executed.static TraceTrace. fromCustomOrchestrationTrace(Consumer<CustomOrchestrationTrace.Builder> customOrchestrationTrace)Create an instance of this class withTrace.customOrchestrationTrace()initialized to the given value.
-