public static final class TableAttributes.Builder
extends java.lang.Object
TableAttributes
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TableAttributes |
build()
Builds the configured instance.
|
TableAttributes.Builder |
tableArn(java.lang.String tableArn)
Sets the value of
TableAttributes.getTableArn() |
TableAttributes.Builder |
tableName(java.lang.String tableName)
Sets the value of
TableAttributes.getTableName() |
public TableAttributes.Builder tableArn(java.lang.String tableArn)
TableAttributes.getTableArn()
tableArn
- the value to be set. This parameter is required.this
public TableAttributes.Builder tableName(java.lang.String tableName)
TableAttributes.getTableName()
tableName
- the value to be set. This parameter is required.this
public TableAttributes build()
TableAttributes
java.lang.NullPointerException
- if any required attribute was not provided