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