Interface ListConfiguredTablesResponse.Builder

    • Method Detail

      • configuredTableSummaries

        ListConfiguredTablesResponse.Builder configuredTableSummaries​(Collection<ConfiguredTableSummary> configuredTableSummaries)

        The configured tables listed by the request.

        Parameters:
        configuredTableSummaries - The configured tables listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuredTableSummaries

        ListConfiguredTablesResponse.Builder configuredTableSummaries​(ConfiguredTableSummary... configuredTableSummaries)

        The configured tables listed by the request.

        Parameters:
        configuredTableSummaries - The configured tables listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfiguredTablesResponse.Builder nextToken​(String nextToken)

        The token value retrieved from a previous call to access the next page of results.

        Parameters:
        nextToken - The token value retrieved from a previous call to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.