Interface DescribeReplicationTableStatisticsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeReplicationTableStatisticsResponse.Builder,DescribeReplicationTableStatisticsResponse>, DatabaseMigrationResponse.Builder, SdkBuilder<DescribeReplicationTableStatisticsResponse.Builder,DescribeReplicationTableStatisticsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeReplicationTableStatisticsResponse

  • Method Details

    • replicationConfigArn

      DescribeReplicationTableStatisticsResponse.Builder replicationConfigArn(String replicationConfigArn)

      The Amazon Resource Name of the replication config.

      Parameters:
      replicationConfigArn - The Amazon Resource Name of the replication config.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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 .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationTableStatistics

      DescribeReplicationTableStatisticsResponse.Builder replicationTableStatistics(Collection<TableStatistics> replicationTableStatistics)

      Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.

      Parameters:
      replicationTableStatistics - Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationTableStatistics

      DescribeReplicationTableStatisticsResponse.Builder replicationTableStatistics(TableStatistics... replicationTableStatistics)

      Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.

      Parameters:
      replicationTableStatistics - Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationTableStatistics

      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 the TableStatistics.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<TableStatistics>).

      Parameters:
      replicationTableStatistics - a consumer that will call methods on TableStatistics.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: