Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreatePromptResponse.Builder
Packages that use CreatePromptResponse.Builder
-
Uses of CreatePromptResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreatePromptResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the prompt.static CreatePromptResponse.BuilderCreatePromptResponse.builder()The time at which the prompt was created.CreatePromptResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.CreatePromptResponse.Builder.defaultVariant(String defaultVariant) The name of the default variant for your prompt.CreatePromptResponse.Builder.description(String description) The description of the prompt.The unique identifier of the prompt.The name of the prompt.CreatePromptResponse.toBuilder()The time at which the prompt was last updated.CreatePromptResponse.Builder.variants(Collection<PromptVariant> variants) A list of objects, each containing details about a variant of the prompt.CreatePromptResponse.Builder.variants(Consumer<PromptVariant.Builder>... variants) A list of objects, each containing details about a variant of the prompt.CreatePromptResponse.Builder.variants(PromptVariant... variants) A list of objects, each containing details about a variant of the prompt.The version of the prompt.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreatePromptResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePromptResponse.Builder>CreatePromptResponse.serializableBuilderClass()