Interface ListAdaptersResponse.Builder

    • Method Detail

      • adapters

        ListAdaptersResponse.Builder adapters​(Collection<AdapterOverview> adapters)

        A list of adapters that matches the filtering criteria specified when calling ListAdapters.

        Parameters:
        adapters - A list of adapters that matches the filtering criteria specified when calling ListAdapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adapters

        ListAdaptersResponse.Builder adapters​(AdapterOverview... adapters)

        A list of adapters that matches the filtering criteria specified when calling ListAdapters.

        Parameters:
        adapters - A list of adapters that matches the filtering criteria specified when calling ListAdapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAdaptersResponse.Builder nextToken​(String nextToken)

        Identifies the next page of results to return when listing adapters.

        Parameters:
        nextToken - Identifies the next page of results to return when listing adapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.