Class CfnDatasetPropsMixin.TransformProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.scn.CfnDatasetPropsMixin.TransformProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.TransformProperty>
- Enclosing interface:
CfnDatasetPropsMixin.TransformProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.TransformProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.TransformProperty>
A builder for
CfnDatasetPropsMixin.TransformProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDatasetPropsMixin.TransformProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofCfnDatasetPropsMixin.TransformProperty.getType()- Parameters:
type- The type of partitioning transformation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.TransformProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.TransformProperty - Throws:
NullPointerException- if any required attribute was not provided
-