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