Interface SystemPromptConfigurationBundle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemPromptConfigurationBundle.Builder,,SystemPromptConfigurationBundle> SdkBuilder<SystemPromptConfigurationBundle.Builder,,SystemPromptConfigurationBundle> SdkPojo
- Enclosing class:
SystemPromptConfigurationBundle
@Mutable
@NotThreadSafe
public static interface SystemPromptConfigurationBundle.Builder
extends SdkPojo, CopyableBuilder<SystemPromptConfigurationBundle.Builder,SystemPromptConfigurationBundle>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration bundle.systemPromptJsonPath(String systemPromptJsonPath) The JSON path within the configuration bundle that contains the system prompt.The version identifier of the configuration bundle.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
-
bundleArn
The Amazon Resource Name (ARN) of the configuration bundle.
- Parameters:
bundleArn- The Amazon Resource Name (ARN) of the configuration bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
The version identifier of the configuration bundle.
- Parameters:
versionId- The version identifier of the configuration bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemPromptJsonPath
The JSON path within the configuration bundle that contains the system prompt.
- Parameters:
systemPromptJsonPath- The JSON path within the configuration bundle that contains the system prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-