Class CfnTablePropsMixin.TableIdentifierProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.glue.mixins.CfnTablePropsMixin.TableIdentifierProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.TableIdentifierProperty>
- Enclosing interface:
CfnTablePropsMixin.TableIdentifierProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.TableIdentifierProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.TableIdentifierProperty>
A builder for
CfnTablePropsMixin.TableIdentifierProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getCatalogId()databaseName(String databaseName) Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getDatabaseName()Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getName()Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogId
@Stability(Stable) public CfnTablePropsMixin.TableIdentifierProperty.Builder catalogId(String catalogId) Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getCatalogId()- Parameters:
catalogId- The ID of the Data Catalog in which the table resides.- Returns:
this
-
databaseName
@Stability(Stable) public CfnTablePropsMixin.TableIdentifierProperty.Builder databaseName(String databaseName) Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getDatabaseName()- Parameters:
databaseName- The name of the catalog database that contains the target table.- Returns:
this
-
name
Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getName()- Parameters:
name- The name of the target table.- Returns:
this
-
region
Sets the value ofCfnTablePropsMixin.TableIdentifierProperty.getRegion()- Parameters:
region- The Region of the table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.TableIdentifierProperty>- Returns:
- a new instance of
CfnTablePropsMixin.TableIdentifierProperty - Throws:
NullPointerException- if any required attribute was not provided
-