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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 tableStatistics(Consumer<TableStatistics.Builder>... tableStatistics)
The table statistics.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tableStatistics(List)
.tableStatistics
- a consumer that will call methods on List.Builder
#tableStatistics(List)
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.