Class CfnFeatureGroupPropsMixin.DataCatalogConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnFeatureGroupPropsMixin.DataCatalogConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFeatureGroupPropsMixin.DataCatalogConfigProperty>
- Enclosing interface:
CfnFeatureGroupPropsMixin.DataCatalogConfigProperty
@Stability(Stable)
public static final class CfnFeatureGroupPropsMixin.DataCatalogConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFeatureGroupPropsMixin.DataCatalogConfigProperty>
A builder for
CfnFeatureGroupPropsMixin.DataCatalogConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFeatureGroupPropsMixin.DataCatalogConfigProperty.getCatalog()Sets the value ofCfnFeatureGroupPropsMixin.DataCatalogConfigProperty.getDatabase()Sets the value ofCfnFeatureGroupPropsMixin.DataCatalogConfigProperty.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalog
@Stability(Stable) public CfnFeatureGroupPropsMixin.DataCatalogConfigProperty.Builder catalog(String catalog) Sets the value ofCfnFeatureGroupPropsMixin.DataCatalogConfigProperty.getCatalog()- Parameters:
catalog- The name of the Glue table catalog.- Returns:
this
-
database
@Stability(Stable) public CfnFeatureGroupPropsMixin.DataCatalogConfigProperty.Builder database(String database) Sets the value ofCfnFeatureGroupPropsMixin.DataCatalogConfigProperty.getDatabase()- Parameters:
database- The name of the Glue table database.- Returns:
this
-
tableName
@Stability(Stable) public CfnFeatureGroupPropsMixin.DataCatalogConfigProperty.Builder tableName(String tableName) Sets the value ofCfnFeatureGroupPropsMixin.DataCatalogConfigProperty.getTableName()- Parameters:
tableName- The name of the Glue table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFeatureGroupPropsMixin.DataCatalogConfigProperty>- Returns:
- a new instance of
CfnFeatureGroupPropsMixin.DataCatalogConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-