Interface CustomPromptInputParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomPromptInputParameters.Builder,,CustomPromptInputParameters> SdkBuilder<CustomPromptInputParameters.Builder,,CustomPromptInputParameters> SdkPojo
- Enclosing class:
CustomPromptInputParameters
@Mutable
@NotThreadSafe
public static interface CustomPromptInputParameters.Builder
extends SdkPojo, CopyableBuilder<CustomPromptInputParameters.Builder,CustomPromptInputParameters>
-
Method Summary
Modifier and TypeMethodDescriptioncustomInstructions(String customInstructions) Custom instructions for the agent's behavior.Instructions that define the agent's identity and persona.outputStyle(String outputStyle) Instructions for the desired output style.responseLength(String responseLength) Instructions for the desired response length.Instructions for the desired tone of responses.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
-
responseLength
Instructions for the desired response length.
- Parameters:
responseLength- Instructions for the desired response length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputStyle
Instructions for the desired output style.
- Parameters:
outputStyle- Instructions for the desired output style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identity
Instructions that define the agent's identity and persona.
- Parameters:
identity- Instructions that define the agent's identity and persona.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tone
Instructions for the desired tone of responses.
- Parameters:
tone- Instructions for the desired tone of responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customInstructions
Custom instructions for the agent's behavior.
- Parameters:
customInstructions- Custom instructions for the agent's behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-