Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreatePromptVersionRequest.Builder
Packages that use CreatePromptVersionRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreatePromptVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreatePromptVersionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.createPromptVersion(Consumer<CreatePromptVersionRequest.Builder> createPromptVersionRequest) Creates a static snapshot of your prompt that can be deployed to production.default CreatePromptVersionResponseBedrockAgentClient.createPromptVersion(Consumer<CreatePromptVersionRequest.Builder> createPromptVersionRequest) Creates a static snapshot of your prompt that can be deployed to production. -
Uses of CreatePromptVersionRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreatePromptVersionRequest.BuilderModifier and TypeMethodDescriptionCreatePromptVersionRequest.builder()CreatePromptVersionRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreatePromptVersionRequest.Builder.description(String description) A description for the version of the prompt.CreatePromptVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePromptVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreatePromptVersionRequest.Builder.promptIdentifier(String promptIdentifier) The unique identifier of the prompt that you want to create a version of.Any tags that you want to attach to the version of the prompt.CreatePromptVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreatePromptVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePromptVersionRequest.Builder>CreatePromptVersionRequest.serializableBuilderClass()