Class WorkspaceReference.Builder
java.lang.Object
software.amazon.awscdk.services.workspaces.WorkspaceReference.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<WorkspaceReference>
- Enclosing interface:
- WorkspaceReference
@Stability(Stable)
public static final class WorkspaceReference.Builder
extends Object
implements software.amazon.jsii.Builder<WorkspaceReference>
A builder for 
WorkspaceReference- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.workspaceId(String workspaceId) Sets the value ofWorkspaceReference.getWorkspaceId()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
workspaceIdSets the value ofWorkspaceReference.getWorkspaceId()- Parameters:
- workspaceId- The Id of the Workspace resource. This parameter is required.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<WorkspaceReference>
- Returns:
- a new instance of WorkspaceReference
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-