CopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>, SdkBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>public static interface DescribeTableStatisticsResponse.Builder extends CopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>
| Modifier and Type | Method | 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.
|
copyapply, buildDescribeTableStatisticsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTableStatistics(java.util.Collection) or #withTableStatistics(java.util.Collection) if
you want to override the existing values.
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.