CopyableBuilder<TableStatistics.Builder,TableStatistics>
, SdkBuilder<TableStatistics.Builder,TableStatistics>
public static interface TableStatistics.Builder extends CopyableBuilder<TableStatistics.Builder,TableStatistics>
Modifier and Type | Method | Description |
---|---|---|
TableStatistics.Builder |
ddls(Long ddls) |
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
TableStatistics.Builder |
deletes(Long deletes) |
The number of delete actions performed on a table.
|
TableStatistics.Builder |
fullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows) |
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as
a target migrations).
|
TableStatistics.Builder |
fullLoadErrorRows(Long fullLoadErrorRows) |
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
TableStatistics.Builder |
fullLoadRows(Long fullLoadRows) |
The number of rows added during the Full Load operation.
|
TableStatistics.Builder |
inserts(Long inserts) |
The number of insert actions performed on a table.
|
TableStatistics.Builder |
lastUpdateTime(Date lastUpdateTime) |
The last time the table was updated.
|
TableStatistics.Builder |
schemaName(String schemaName) |
The schema name.
|
TableStatistics.Builder |
tableName(String tableName) |
The name of the table.
|
TableStatistics.Builder |
tableState(String tableState) |
The state of the table.
|
TableStatistics.Builder |
updates(Long updates) |
The number of update actions performed on a table.
|
copy
apply, build
TableStatistics.Builder schemaName(String schemaName)
The schema name.
schemaName
- The schema name.TableStatistics.Builder tableName(String tableName)
The name of the table.
tableName
- The name of the table.TableStatistics.Builder inserts(Long inserts)
The number of insert actions performed on a table.
inserts
- The number of insert actions performed on a table.TableStatistics.Builder deletes(Long deletes)
The number of delete actions performed on a table.
deletes
- The number of delete actions performed on a table.TableStatistics.Builder updates(Long updates)
The number of update actions performed on a table.
updates
- The number of update actions performed on a table.TableStatistics.Builder ddls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.TableStatistics.Builder fullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
fullLoadRows
- The number of rows added during the Full Load operation.TableStatistics.Builder fullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadCondtnlChkFailedRows
- The number of rows that failed conditional checks during the Full Load operation (valid only for
DynamoDB as a target migrations).TableStatistics.Builder fullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadErrorRows
- The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a
target migrations).TableStatistics.Builder lastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
lastUpdateTime
- The last time the table was updated.TableStatistics.Builder tableState(String tableState)
The state of the table.
tableState
- The state of the table.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.