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