@Stability(value=Stable) public static final class CfnTable.TableIdentifierProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.TableIdentifierProperty>
CfnTable.TableIdentifierProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.TableIdentifierProperty |
build()
Builds the configured instance.
|
CfnTable.TableIdentifierProperty.Builder |
catalogId(String catalogId)
Sets the value of
CfnTable.TableIdentifierProperty.getCatalogId() |
CfnTable.TableIdentifierProperty.Builder |
databaseName(String databaseName)
Sets the value of
CfnTable.TableIdentifierProperty.getDatabaseName() |
CfnTable.TableIdentifierProperty.Builder |
name(String name)
Sets the value of
CfnTable.TableIdentifierProperty.getName() |
@Stability(value=Stable) public CfnTable.TableIdentifierProperty.Builder catalogId(String catalogId)
CfnTable.TableIdentifierProperty.getCatalogId()catalogId - The ID of the Data Catalog in which the table resides.this@Stability(value=Stable) public CfnTable.TableIdentifierProperty.Builder databaseName(String databaseName)
CfnTable.TableIdentifierProperty.getDatabaseName()databaseName - The name of the catalog database that contains the target table.this@Stability(value=Stable) public CfnTable.TableIdentifierProperty.Builder name(String name)
CfnTable.TableIdentifierProperty.getName()name - The name of the target table.this@Stability(value=Stable) public CfnTable.TableIdentifierProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.TableIdentifierProperty>CfnTable.TableIdentifierPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.