public static interface DescribeTableStatisticsResponse.Builder extends DatabaseMigrationResponse.Builder, CopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeTableStatisticsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeTableStatisticsResponse.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
DescribeTableStatisticsResponse.Builder |
tableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
|
DescribeTableStatisticsResponse.Builder |
tableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
build
copy
apply, build
DescribeTableStatisticsResponse.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.DescribeTableStatisticsResponse.Builder tableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
tableStatistics
- The table statistics.DescribeTableStatisticsResponse.Builder tableStatistics(TableStatistics... tableStatistics)
The table statistics.
tableStatistics
- The table statistics.DescribeTableStatisticsResponse.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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.