Class CfnWALWorkspaceProps.Builder
java.lang.Object
software.amazon.awscdk.services.emr.CfnWALWorkspaceProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWALWorkspaceProps>
- Enclosing interface:
CfnWALWorkspaceProps
@Stability(Stable)
public static final class CfnWALWorkspaceProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWALWorkspaceProps>
A builder for
CfnWALWorkspaceProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnWALWorkspaceProps.getTags()
walWorkspaceName
(String walWorkspaceName) Sets the value ofCfnWALWorkspaceProps.getWalWorkspaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tags
Sets the value ofCfnWALWorkspaceProps.getTags()
- Parameters:
tags
- An array of key-value pairs to apply to this resource.- Returns:
this
-
walWorkspaceName
Sets the value ofCfnWALWorkspaceProps.getWalWorkspaceName()
- Parameters:
walWorkspaceName
- The name of the emrwal container.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWALWorkspaceProps>
- Returns:
- a new instance of
CfnWALWorkspaceProps
- Throws:
NullPointerException
- if any required attribute was not provided
-