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