Class CfnViewVersion.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnViewVersion.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnViewVersion>
- Enclosing class:
CfnViewVersion
@Stability(Stable)
public static final class CfnViewVersion.Builder
extends Object
implements software.amazon.jsii.Builder<CfnViewVersion>
A fluent builder for
CfnViewVersion
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnViewVersion.Builder
versionDescription
(String versionDescription) The description of the view version.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 CfnViewVersion.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnViewVersion.Builder
.
-
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:
-
versionDescription
The description of the view version.- Parameters:
versionDescription
- The description of the view version. This parameter is required.- Returns:
this
- See Also:
-
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnViewVersion>
- Returns:
- a newly built instance of
CfnViewVersion
.
-