StructuredPojo
, ToCopyableBuilder<TableStatistics.Builder,TableStatistics>
@Generated("software.amazon.awssdk:codegen") public class TableStatistics extends Object implements StructuredPojo, ToCopyableBuilder<TableStatistics.Builder,TableStatistics>
Modifier and Type | Class | Description |
---|---|---|
static interface |
TableStatistics.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TableStatistics.Builder |
builder() |
|
Long |
ddls() |
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
Long |
deletes() |
The number of delete actions performed on a table.
|
boolean |
equals(Object obj) |
|
Long |
fullLoadCondtnlChkFailedRows() |
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a
target migrations).
|
Long |
fullLoadErrorRows() |
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
Long |
fullLoadRows() |
The number of rows added during the Full Load operation.
|
int |
hashCode() |
|
Long |
inserts() |
The number of insert actions performed on a table.
|
Date |
lastUpdateTime() |
The last time the table was updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
schemaName() |
The schema name.
|
static Class<? extends TableStatistics.Builder> |
serializableBuilderClass() |
|
String |
tableName() |
The name of the table.
|
String |
tableState() |
The state of the table.
|
TableStatistics.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Long |
updates() |
The number of update actions performed on a table.
|
public String schemaName()
The schema name.
public String tableName()
The name of the table.
public Long inserts()
The number of insert actions performed on a table.
public Long deletes()
The number of delete actions performed on a table.
public Long updates()
The number of update actions performed on a table.
public Long ddls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.
public Long fullLoadRows()
The number of rows added during the Full Load operation.
public Long fullLoadCondtnlChkFailedRows()
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
public Long fullLoadErrorRows()
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
public Date lastUpdateTime()
The last time the table was updated.
public String tableState()
The state of the table.
public TableStatistics.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TableStatistics.Builder,TableStatistics>
public static TableStatistics.Builder builder()
public static Class<? extends TableStatistics.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.