Class CfnViewVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnViewVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnViewVersionPropsMixin>
- Enclosing class:
CfnViewVersionPropsMixin
@Stability(Stable)
public static final class CfnViewVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnViewVersionPropsMixin>
A fluent builder for
CfnViewVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) versionDescription(String versionDescription) The description of the view version.The unqualified Amazon Resource Name (ARN) of the view.The unqualified Amazon Resource Name (ARN) of the view.viewContentSha256(String viewContentSha256) Indicates the checksum value of the latest published view content.
-
Method Details
-
create
@Stability(Stable) public static CfnViewVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnViewVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnViewVersionPropsMixin.Builder.
-
versionDescription
@Stability(Stable) public CfnViewVersionPropsMixin.Builder versionDescription(String versionDescription) The description of the view version.- Parameters:
versionDescription- The description of the view version. This parameter is required.- Returns:
this- See Also:
-
viewArn
The unqualified Amazon Resource Name (ARN) of the view.For example:
arn:<partition>:connect:<region>:<accountId>:instance/00000000-0000-0000-0000-000000000000/view/00000000-0000-0000-0000-000000000000- Parameters:
viewArn- The unqualified Amazon Resource Name (ARN) of the view. This parameter is required.- Returns:
this- See Also:
-
viewArn
The unqualified Amazon Resource Name (ARN) of the view.For example:
arn:<partition>:connect:<region>:<accountId>:instance/00000000-0000-0000-0000-000000000000/view/00000000-0000-0000-0000-000000000000- Parameters:
viewArn- The unqualified Amazon Resource Name (ARN) of the view. This parameter is required.- Returns:
this- See Also:
-
viewContentSha256
@Stability(Stable) public CfnViewVersionPropsMixin.Builder viewContentSha256(String viewContentSha256) Indicates the checksum value of the latest published view content.- Parameters:
viewContentSha256- Indicates the checksum value of the latest published view content. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnViewVersionPropsMixin>- Returns:
- a newly built instance of
CfnViewVersionPropsMixin.
-