Interface ListEnvironmentsResponse.Builder

    • Method Detail

      • items

        ListEnvironmentsResponse.Builder items​(Environment... 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

        ListEnvironmentsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.