Class CfnWALWorkspace.Builder
java.lang.Object
software.amazon.awscdk.services.emr.CfnWALWorkspace.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWALWorkspace>
- Enclosing class:
CfnWALWorkspace
@Stability(Stable)
public static final class CfnWALWorkspace.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWALWorkspace>
A fluent builder for
CfnWALWorkspace
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnWALWorkspace.Builder
An array of key-value pairs to apply to this resource.walWorkspaceName
(String walWorkspaceName) The name of the emrwal container.
-
Method Details
-
create
@Stability(Stable) public static CfnWALWorkspace.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnWALWorkspace.Builder
.
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags
- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this
- See Also:
-
walWorkspaceName
The name of the emrwal container.- Parameters:
walWorkspaceName
- The name of the emrwal container. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWALWorkspace>
- Returns:
- a newly built instance of
CfnWALWorkspace
.
-