@Stability(value=Stable) public static final class CfnWorkspace.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkspace>
CfnWorkspace.| Modifier and Type | Method and Description |
|---|---|
CfnWorkspace |
build() |
static CfnWorkspace.Builder |
create(software.constructs.Construct scope,
String id) |
CfnWorkspace.Builder |
description(String description)
The description of the workspace.
|
CfnWorkspace.Builder |
role(String role)
The ARN of the execution role associated with the workspace.
|
CfnWorkspace.Builder |
s3Location(String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
CfnWorkspace.Builder |
tags(Map<String,String> tags)
Metadata that you can use to manage the workspace.
|
CfnWorkspace.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
@Stability(value=Stable) public static CfnWorkspace.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnWorkspace.Builder.@Stability(value=Stable) public CfnWorkspace.Builder role(String role)
role - The ARN of the execution role associated with the workspace. This parameter is required.this@Stability(value=Stable) public CfnWorkspace.Builder s3Location(String s3Location)
s3Location - The ARN of the S3 bucket where resources associated with the workspace are stored. This parameter is required.this@Stability(value=Stable) public CfnWorkspace.Builder workspaceId(String workspaceId)
workspaceId - The ID of the workspace. This parameter is required.this@Stability(value=Stable) public CfnWorkspace.Builder description(String description)
description - The description of the workspace. This parameter is required.this@Stability(value=Stable) public CfnWorkspace.Builder tags(Map<String,String> tags)
tags - Metadata that you can use to manage the workspace. This parameter is required.this@Stability(value=Stable) public CfnWorkspace build()
build in interface software.amazon.jsii.Builder<CfnWorkspace>Copyright © 2022. All rights reserved.