Interface DescribeHostReservationsResponse.Builder

    • Method Detail

      • hostReservationSet

        DescribeHostReservationsResponse.Builder hostReservationSet​(Collection<HostReservation> hostReservationSet)

        Details about the reservation's configuration.

        Parameters:
        hostReservationSet - Details about the reservation's configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostReservationSet

        DescribeHostReservationsResponse.Builder hostReservationSet​(HostReservation... hostReservationSet)

        Details about the reservation's configuration.

        Parameters:
        hostReservationSet - Details about the reservation's configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeHostReservationsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.