Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdatePromptRequest.Builder
Packages that use UpdatePromptRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdatePromptRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdatePromptRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdatePromptResponse>BedrockAgentAsyncClient.updatePrompt(Consumer<UpdatePromptRequest.Builder> updatePromptRequest) Modifies a prompt in your prompt library.default UpdatePromptResponseBedrockAgentClient.updatePrompt(Consumer<UpdatePromptRequest.Builder> updatePromptRequest) Modifies a prompt in your prompt library. -
Uses of UpdatePromptRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdatePromptRequest.BuilderModifier and TypeMethodDescriptionstatic UpdatePromptRequest.BuilderUpdatePromptRequest.builder()UpdatePromptRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key to encrypt the prompt.UpdatePromptRequest.Builder.defaultVariant(String defaultVariant) The name of the default variant for the prompt.UpdatePromptRequest.Builder.description(String description) A description for the prompt.A name for the prompt.UpdatePromptRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdatePromptRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdatePromptRequest.Builder.promptIdentifier(String promptIdentifier) The unique identifier of the prompt.UpdatePromptRequest.toBuilder()UpdatePromptRequest.Builder.variants(Collection<PromptVariant> variants) A list of objects, each containing details about a variant of the prompt.UpdatePromptRequest.Builder.variants(Consumer<PromptVariant.Builder>... variants) A list of objects, each containing details about a variant of the prompt.UpdatePromptRequest.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 UpdatePromptRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdatePromptRequest.Builder>UpdatePromptRequest.serializableBuilderClass()