Class CfnPromptVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnPromptVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPromptVersionPropsMixin>
- Enclosing class:
CfnPromptVersionPropsMixin
@Stability(Stable)
public static final class CfnPromptVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPromptVersionPropsMixin>
A fluent builder for
CfnPromptVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the prompt version.The Amazon Resource Name (ARN) of the version of the prompt.A map of tags attached to the prompt version and their values.
-
Method Details
-
create
@Stability(Stable) public static CfnPromptVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPromptVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPromptVersionPropsMixin.Builder.
-
description
The description of the prompt version.- Parameters:
description- The description of the prompt version. This parameter is required.- Returns:
this- See Also:
-
promptArn
The Amazon Resource Name (ARN) of the version of the prompt.- Parameters:
promptArn- The Amazon Resource Name (ARN) of the version of the prompt. This parameter is required.- Returns:
this- See Also:
-
tags
A map of tags attached to the prompt version and their values.- Parameters:
tags- A map of tags attached to the prompt version and their values. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPromptVersionPropsMixin>- Returns:
- a newly built instance of
CfnPromptVersionPropsMixin.
-