Interface ToolResultBlockDelta.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ToolResultBlockDelta.Builder,,- ToolResultBlockDelta> - SdkBuilder<ToolResultBlockDelta.Builder,,- ToolResultBlockDelta> - SdkPojo
- Enclosing class:
- ToolResultBlockDelta
@Mutable
@NotThreadSafe
public static interface ToolResultBlockDelta.Builder
extends SdkPojo, CopyableBuilder<ToolResultBlockDelta.Builder,ToolResultBlockDelta> 
- 
Method SummaryModifier and TypeMethodDescriptionThe reasoning the model used to return the output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
textThe reasoning the model used to return the output. - Parameters:
- text- The reasoning the model used to return the output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-