Interface SystemContentBlock.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SystemContentBlock.Builder,
,SystemContentBlock> SdkBuilder<SystemContentBlock.Builder,
,SystemContentBlock> SdkPojo
- Enclosing class:
SystemContentBlock
public static interface SystemContentBlock.Builder
extends SdkPojo, CopyableBuilder<SystemContentBlock.Builder,SystemContentBlock>
-
Method Summary
Modifier and TypeMethodDescriptionA system prompt for the model.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, sdkFields
-
Method Details
-
text
A system prompt for the model.
- Parameters:
text
- A system prompt for the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-