public static interface DescribeReplicationTableStatisticsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationTableStatisticsResponse.Builder,DescribeReplicationTableStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationTableStatisticsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationTableStatisticsResponse.Builder |
replicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config.
|
DescribeReplicationTableStatisticsResponse.Builder |
replicationTableStatistics(Collection<TableStatistics> replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows
deleted.
|
DescribeReplicationTableStatisticsResponse.Builder |
replicationTableStatistics(Consumer<TableStatistics.Builder>... replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows
deleted.
|
DescribeReplicationTableStatisticsResponse.Builder |
replicationTableStatistics(TableStatistics... replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows
deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReplicationTableStatisticsResponse.Builder replicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config.
replicationConfigArn - The Amazon Resource Name of the replication config.DescribeReplicationTableStatisticsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeReplicationTableStatisticsResponse.Builder replicationTableStatistics(Collection<TableStatistics> replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
replicationTableStatistics - Returns table statistics on the replication, including table name, rows inserted, rows updated, and
rows deleted.DescribeReplicationTableStatisticsResponse.Builder replicationTableStatistics(TableStatistics... replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
replicationTableStatistics - Returns table statistics on the replication, including table name, rows inserted, rows updated, and
rows deleted.DescribeReplicationTableStatisticsResponse.Builder replicationTableStatistics(Consumer<TableStatistics.Builder>... replicationTableStatistics)
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
This is a convenience method that creates an instance of theTableStatistics.Builder avoiding the need to
create one manually via
TableStatistics.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replicationTableStatistics(List.
replicationTableStatistics - a consumer that will call methods on
TableStatistics.Builder#replicationTableStatistics(java.util.Collection) Copyright © 2023. All rights reserved.