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