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 pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.