Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SystemPromptConfigurationBundle.Builder
Packages that use SystemPromptConfigurationBundle.Builder
-
Uses of SystemPromptConfigurationBundle.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SystemPromptConfigurationBundle.BuilderModifier and TypeMethodDescriptionSystemPromptConfigurationBundle.builder()The Amazon Resource Name (ARN) of the configuration bundle.SystemPromptConfigurationBundle.Builder.systemPromptJsonPath(String systemPromptJsonPath) The JSON path within the configuration bundle that contains the system prompt.SystemPromptConfigurationBundle.toBuilder()The version identifier of the configuration bundle.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SystemPromptConfigurationBundle.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SystemPromptConfigurationBundle.Builder>SystemPromptConfigurationBundle.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SystemPromptConfigurationBundle.BuilderModifier and TypeMethodDescriptiondefault SystemPromptConfig.BuilderSystemPromptConfig.Builder.configurationBundle(Consumer<SystemPromptConfigurationBundle.Builder> configurationBundle) The system prompt sourced from a configuration bundle version.static SystemPromptConfigSystemPromptConfig.fromConfigurationBundle(Consumer<SystemPromptConfigurationBundle.Builder> configurationBundle) Create an instance of this class withSystemPromptConfig.configurationBundle()initialized to the given value.