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