Interface SearchDataTablesResponse.Builder

  • Method Details

    • dataTables

      An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.

      Parameters:
      dataTables - An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataTables

      SearchDataTablesResponse.Builder dataTables(DataTable... dataTables)

      An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.

      Parameters:
      dataTables - An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataTables

      An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.

      This is a convenience method that creates an instance of the DataTable.Builder avoiding the need to create one manually via DataTable.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dataTables(List<DataTable>).

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

      Specify the pagination token from a previous request to retrieve the next page of results.

      Parameters:
      nextToken - Specify the pagination token from a previous request to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approximateTotalCount

      SearchDataTablesResponse.Builder approximateTotalCount(Long approximateTotalCount)

      The approximate number of data tables that matched the search criteria.

      Parameters:
      approximateTotalCount - The approximate number of data tables that matched the search criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.