Class WALWorkspaceReference.Builder
java.lang.Object
software.amazon.awscdk.services.emr.WALWorkspaceReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WALWorkspaceReference>
- Enclosing interface:
WALWorkspaceReference
@Stability(Stable)
public static final class WALWorkspaceReference.Builder
extends Object
implements software.amazon.jsii.Builder<WALWorkspaceReference>
A builder for
WALWorkspaceReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.walWorkspaceName
(String walWorkspaceName) Sets the value ofWALWorkspaceReference.getWalWorkspaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
walWorkspaceName
Sets the value ofWALWorkspaceReference.getWalWorkspaceName()
- Parameters:
walWorkspaceName
- The WALWorkspaceName of the WALWorkspace resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<WALWorkspaceReference>
- Returns:
- a new instance of
WALWorkspaceReference
- Throws:
NullPointerException
- if any required attribute was not provided
-