public static final class CfnFeatureGroup.DataCatalogConfigProperty.Builder
extends java.lang.Object
CfnFeatureGroup.DataCatalogConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFeatureGroup.DataCatalogConfigProperty |
build()
Builds the configured instance.
|
CfnFeatureGroup.DataCatalogConfigProperty.Builder |
catalog(java.lang.String catalog)
Sets the value of
CfnFeatureGroup.DataCatalogConfigProperty.getCatalog() |
CfnFeatureGroup.DataCatalogConfigProperty.Builder |
database(java.lang.String database)
Sets the value of
CfnFeatureGroup.DataCatalogConfigProperty.getDatabase() |
CfnFeatureGroup.DataCatalogConfigProperty.Builder |
tableName(java.lang.String tableName)
Sets the value of
CfnFeatureGroup.DataCatalogConfigProperty.getTableName() |
public CfnFeatureGroup.DataCatalogConfigProperty.Builder catalog(java.lang.String catalog)
CfnFeatureGroup.DataCatalogConfigProperty.getCatalog()
catalog
- The name of the Glue table catalog. This parameter is required.this
public CfnFeatureGroup.DataCatalogConfigProperty.Builder database(java.lang.String database)
CfnFeatureGroup.DataCatalogConfigProperty.getDatabase()
database
- The name of the Glue table database. This parameter is required.this
public CfnFeatureGroup.DataCatalogConfigProperty.Builder tableName(java.lang.String tableName)
CfnFeatureGroup.DataCatalogConfigProperty.getTableName()
tableName
- The name of the Glue table. This parameter is required.this
public CfnFeatureGroup.DataCatalogConfigProperty build()
CfnFeatureGroup.DataCatalogConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided