Interface ListAdapterVersionsResponse.Builder

    • Method Detail

      • adapterVersions

        ListAdapterVersionsResponse.Builder adapterVersions​(Collection<AdapterVersionOverview> adapterVersions)

        Adapter versions that match the filtering criteria specified when calling ListAdapters.

        Parameters:
        adapterVersions - Adapter versions that match the filtering criteria specified when calling ListAdapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adapterVersions

        ListAdapterVersionsResponse.Builder adapterVersions​(AdapterVersionOverview... adapterVersions)

        Adapter versions that match the filtering criteria specified when calling ListAdapters.

        Parameters:
        adapterVersions - Adapter versions that match the filtering criteria specified when calling ListAdapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAdapterVersionsResponse.Builder nextToken​(String nextToken)

        Identifies the next page of results to return when listing adapter versions.

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