Interface Rationale.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Rationale.Builder,Rationale>
,SdkBuilder<Rationale.Builder,Rationale>
,SdkPojo
- Enclosing class:
- Rationale
public static interface Rationale.Builder extends SdkPojo, CopyableBuilder<Rationale.Builder,Rationale>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rationale.Builder
text(String text)
The reasoning or thought process of the agent, based on the input.Rationale.Builder
traceId(String traceId)
The unique identifier of the trace step.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
text
Rationale.Builder text(String text)
The reasoning or thought process of the agent, based on the input.
- Parameters:
text
- The reasoning or thought process of the agent, based on the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceId
Rationale.Builder traceId(String traceId)
The unique identifier of the trace step.
- Parameters:
traceId
- The unique identifier of the trace step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-