Interface DescribeCapacityReservationsResponse.Builder

    • Method Detail

      • nextToken

        DescribeCapacityReservationsResponse.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.
      • capacityReservations

        DescribeCapacityReservationsResponse.Builder capacityReservations​(CapacityReservation... capacityReservations)

        Information about the Capacity Reservations.

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