public static interface DescribeTableStatisticsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, 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(Consumer<TableStatistics.Builder>... tableStatistics)
The table statistics.
|
DescribeTableStatisticsResponse.Builder |
tableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
tableStatistics - The table statistics.DescribeTableStatisticsResponse.Builder tableStatistics(Consumer<TableStatistics.Builder>... tableStatistics)
The table statistics.
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 #tableStatistics(List.
tableStatistics - a consumer that will call methods on
TableStatistics.Builder#tableStatistics(java.util.Collection) 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 © 2023. All rights reserved.