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