Interface DescribeReplicationTableStatisticsResponse.Builder

    • Method Detail

      • 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

        DescribeReplicationTableStatisticsResponse.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.

        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.