Interface HarnessSystemContentBlock.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessSystemContentBlock.Builder,,HarnessSystemContentBlock> SdkBuilder<HarnessSystemContentBlock.Builder,,HarnessSystemContentBlock> SdkPojo
- Enclosing class:
HarnessSystemContentBlock
@Mutable
@NotThreadSafe
public static interface HarnessSystemContentBlock.Builder
extends SdkPojo, CopyableBuilder<HarnessSystemContentBlock.Builder,HarnessSystemContentBlock>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content of the system prompt block.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
text
The text content of the system prompt block.
- Parameters:
text- The text content of the system prompt block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-