Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnPromptPropsMixin.Builder
Packages that use CfnPromptPropsMixin.Builder
-
Uses of CfnPromptPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.bedrock
Methods in software.amazon.awscdk.cfnpropertymixins.services.bedrock that return CfnPromptPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnPromptPropsMixin.BuilderCfnPromptPropsMixin.Builder.create()static CfnPromptPropsMixin.BuilderCfnPromptPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPromptPropsMixin.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that the prompt is encrypted with.CfnPromptPropsMixin.Builder.defaultVariant(String defaultVariant) The name of the default variant for the prompt.CfnPromptPropsMixin.Builder.description(String description) The description of the prompt.The name of the prompt.Metadata that you can assign to a resource as key-value pairs.A list of objects, each containing details about a variant of the prompt.CfnPromptPropsMixin.Builder.variants(IResolvable variants) A list of objects, each containing details about a variant of the prompt.