Interface DescribeInstancesResponse.Builder

    • Method Detail

      • reservations

        DescribeInstancesResponse.Builder reservations​(Collection<Reservation> reservations)

        Information about the reservations.

        Parameters:
        reservations - Information about the reservations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reservations

        DescribeInstancesResponse.Builder reservations​(Reservation... reservations)

        Information about the reservations.

        Parameters:
        reservations - Information about the reservations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeInstancesResponse.Builder nextToken​(String nextToken)

        The token to include in another request to get the next page of items. This value is null when there are no more items to return.

        Parameters:
        nextToken - The token to include in another request to get the next page of items. This value is null when there are no more items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.