@Stability(value=Stable) public static final class CfnTagAssociation.TableResourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTagAssociation.TableResourceProperty>
CfnTagAssociation.TableResourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTagAssociation.TableResourceProperty |
build()
Builds the configured instance.
|
CfnTagAssociation.TableResourceProperty.Builder |
catalogId(String catalogId)
Sets the value of
CfnTagAssociation.TableResourceProperty.getCatalogId() |
CfnTagAssociation.TableResourceProperty.Builder |
databaseName(String databaseName)
Sets the value of
CfnTagAssociation.TableResourceProperty.getDatabaseName() |
CfnTagAssociation.TableResourceProperty.Builder |
name(String name)
Sets the value of
CfnTagAssociation.TableResourceProperty.getName() |
CfnTagAssociation.TableResourceProperty.Builder |
tableWildcard(Object tableWildcard)
Sets the value of
CfnTagAssociation.TableResourceProperty.getTableWildcard() |
@Stability(value=Stable) public CfnTagAssociation.TableResourceProperty.Builder catalogId(String catalogId)
CfnTagAssociation.TableResourceProperty.getCatalogId()catalogId - `CfnTagAssociation.TableResourceProperty.CatalogId`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociation.TableResourceProperty.Builder databaseName(String databaseName)
CfnTagAssociation.TableResourceProperty.getDatabaseName()databaseName - `CfnTagAssociation.TableResourceProperty.DatabaseName`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociation.TableResourceProperty.Builder name(String name)
CfnTagAssociation.TableResourceProperty.getName()name - `CfnTagAssociation.TableResourceProperty.Name`.this@Stability(value=Stable) public CfnTagAssociation.TableResourceProperty.Builder tableWildcard(Object tableWildcard)
CfnTagAssociation.TableResourceProperty.getTableWildcard()tableWildcard - `CfnTagAssociation.TableResourceProperty.TableWildcard`.this@Stability(value=Stable) public CfnTagAssociation.TableResourceProperty build()
build in interface software.amazon.jsii.Builder<CfnTagAssociation.TableResourceProperty>CfnTagAssociation.TableResourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.