public static final class CfnWorkspace.Builder
extends java.lang.Object
CfnWorkspace
.Modifier and Type | Method and Description |
---|---|
CfnWorkspace |
build() |
static CfnWorkspace.Builder |
create(Construct scope,
java.lang.String id) |
CfnWorkspace.Builder |
description(java.lang.String description)
The description of the workspace.
|
CfnWorkspace.Builder |
role(java.lang.String role)
The ARN of the execution role associated with the workspace.
|
CfnWorkspace.Builder |
s3Location(java.lang.String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
CfnWorkspace.Builder |
tags(java.util.Map<java.lang.String,java.lang.String> tags)
Metadata that you can use to manage the workspace.
|
CfnWorkspace.Builder |
workspaceId(java.lang.String workspaceId)
The ID of the workspace.
|
public static CfnWorkspace.Builder create(Construct scope, java.lang.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
.public CfnWorkspace.Builder role(java.lang.String role)
role
- The ARN of the execution role associated with the workspace. This parameter is required.this
public CfnWorkspace.Builder s3Location(java.lang.String s3Location)
s3Location
- The ARN of the S3 bucket where resources associated with the workspace are stored. This parameter is required.this
public CfnWorkspace.Builder workspaceId(java.lang.String workspaceId)
workspaceId
- The ID of the workspace. This parameter is required.this
public CfnWorkspace.Builder description(java.lang.String description)
description
- The description of the workspace. This parameter is required.this
public CfnWorkspace.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
tags
- Metadata that you can use to manage the workspace. This parameter is required.this
public CfnWorkspace build()