Class CfnWorkspacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker.CfnWorkspacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspacePropsMixin>
- Enclosing class:
CfnWorkspacePropsMixin
@Stability(Stable)
public static final class CfnWorkspacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspacePropsMixin>
A fluent builder for
CfnWorkspacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the workspace.The ARN of the execution role associated with the workspace.The ARN of the execution role associated with the workspace.s3Location(String s3Location) The ARN of the S3 bucket where resources associated with the workspace are stored.s3Location(IBucketRef s3Location) The ARN of the S3 bucket where resources associated with the workspace are stored.Metadata that you can use to manage the workspace.workspaceId(String workspaceId) The ID of the workspace.
-
Method Details
-
create
@Stability(Stable) public static CfnWorkspacePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWorkspacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWorkspacePropsMixin.Builder.
-
description
The description of the workspace.- Parameters:
description- The description of the workspace. This parameter is required.- Returns:
this- See Also:
-
role
The ARN of the execution role associated with the workspace.- Parameters:
role- The ARN of the execution role associated with the workspace. This parameter is required.- Returns:
this- See Also:
-
role
The ARN of the execution role associated with the workspace.- Parameters:
role- The ARN of the execution role associated with the workspace. This parameter is required.- Returns:
this- See Also:
-
s3Location
The ARN of the S3 bucket where resources associated with the workspace are stored.- Parameters:
s3Location- The ARN of the S3 bucket where resources associated with the workspace are stored. This parameter is required.- Returns:
this- See Also:
-
s3Location
The ARN of the S3 bucket where resources associated with the workspace are stored.- Parameters:
s3Location- The ARN of the S3 bucket where resources associated with the workspace are stored. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata that you can use to manage the workspace.- Parameters:
tags- Metadata that you can use to manage the workspace. This parameter is required.- Returns:
this- See Also:
-
workspaceId
The ID of the workspace.- Parameters:
workspaceId- The ID of the workspace. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkspacePropsMixin>- Returns:
- a newly built instance of
CfnWorkspacePropsMixin.
-