Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreatePromptRequest.Builder
Packages that use CreatePromptRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreatePromptRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreatePromptRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreatePromptResponse>BedrockAgentAsyncClient.createPrompt(Consumer<CreatePromptRequest.Builder> createPromptRequest) Creates a prompt in your prompt library that you can add to a flow.default CreatePromptResponseBedrockAgentClient.createPrompt(Consumer<CreatePromptRequest.Builder> createPromptRequest) Creates a prompt in your prompt library that you can add to a flow. -
Uses of CreatePromptRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreatePromptRequest.BuilderModifier and TypeMethodDescriptionstatic CreatePromptRequest.BuilderCreatePromptRequest.builder()CreatePromptRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreatePromptRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key to encrypt the prompt.CreatePromptRequest.Builder.defaultVariant(String defaultVariant) The name of the default variant for the prompt.CreatePromptRequest.Builder.description(String description) A description for the prompt.A name for the prompt.CreatePromptRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePromptRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Any tags that you want to attach to the prompt.CreatePromptRequest.toBuilder()CreatePromptRequest.Builder.variants(Collection<PromptVariant> variants) A list of objects, each containing details about a variant of the prompt.CreatePromptRequest.Builder.variants(Consumer<PromptVariant.Builder>... variants) A list of objects, each containing details about a variant of the prompt.CreatePromptRequest.Builder.variants(PromptVariant... variants) A list of objects, each containing details about a variant of the prompt.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreatePromptRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePromptRequest.Builder>CreatePromptRequest.serializableBuilderClass()