Class CfnWorkGroup.ClassificationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.athena.CfnWorkGroup.ClassificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkGroup.ClassificationProperty>
- Enclosing interface:
CfnWorkGroup.ClassificationProperty
@Stability(Stable)
public static final class CfnWorkGroup.ClassificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkGroup.ClassificationProperty>
A builder for
CfnWorkGroup.ClassificationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWorkGroup.ClassificationProperty.getName()properties(Map<String, String> properties) Sets the value ofCfnWorkGroup.ClassificationProperty.getProperties()properties(IResolvable properties) Sets the value ofCfnWorkGroup.ClassificationProperty.getProperties()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnWorkGroup.ClassificationProperty.getName()- Parameters:
name- The name of the configuration classification.- Returns:
this
-
properties
@Stability(Stable) public CfnWorkGroup.ClassificationProperty.Builder properties(Map<String, String> properties) Sets the value ofCfnWorkGroup.ClassificationProperty.getProperties()- Parameters:
properties- A set of properties specified within a configuration classification.- Returns:
this
-
properties
@Stability(Stable) public CfnWorkGroup.ClassificationProperty.Builder properties(IResolvable properties) Sets the value ofCfnWorkGroup.ClassificationProperty.getProperties()- Parameters:
properties- A set of properties specified within a configuration classification.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkGroup.ClassificationProperty>- Returns:
- a new instance of
CfnWorkGroup.ClassificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-