Interface GetDeploymentsResponse.Builder

    • Method Detail

      • items

        GetDeploymentsResponse.Builder items​(Collection<Deployment> items)

        The elements from this collection.

        Parameters:
        items - The elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetDeploymentsResponse.Builder items​(Deployment... items)

        The elements from this collection.

        Parameters:
        items - The elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetDeploymentsResponse.Builder nextToken​(String nextToken)

        The next page of elements from this collection. Not valid for the last element of the collection.

        Parameters:
        nextToken - The next page of elements from this collection. Not valid for the last element of the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.