@Stability(value=Experimental) public static final class TableAttributes.Builder extends Object implements software.amazon.jsii.Builder<TableAttributes>
TableAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TableAttributes |
build()
Builds the configured instance.
|
TableAttributes.Builder |
tableArn(String tableArn)
Sets the value of
TableAttributes.getTableArn() |
TableAttributes.Builder |
tableName(String tableName)
Sets the value of
TableAttributes.getTableName() |
@Stability(value=Experimental) public TableAttributes.Builder tableArn(String tableArn)
TableAttributes.getTableArn()tableArn - the value to be set. This parameter is required.this@Stability(value=Experimental) public TableAttributes.Builder tableName(String tableName)
TableAttributes.getTableName()tableName - the value to be set. This parameter is required.this@Stability(value=Experimental) public TableAttributes build()
build in interface software.amazon.jsii.Builder<TableAttributes>TableAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.