public static interface TableToReload.Builder extends CopyableBuilder<TableToReload.Builder,TableToReload>
| Modifier and Type | Method and Description |
|---|---|
TableToReload.Builder |
schemaName(String schemaName)
The schema name of the table to be reloaded.
|
TableToReload.Builder |
tableName(String tableName)
The table name of the table to be reloaded.
|
copyapply, buildTableToReload.Builder schemaName(String schemaName)
The schema name of the table to be reloaded.
schemaName - The schema name of the table to be reloaded.TableToReload.Builder tableName(String tableName)
The table name of the table to be reloaded.
tableName - The table name of the table to be reloaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.