Interface GetGroupsForCapacityReservationResponse.Builder

    • Method Detail

      • nextToken

        GetGroupsForCapacityReservationResponse.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.
      • capacityReservationGroups

        GetGroupsForCapacityReservationResponse.Builder capacityReservationGroups​(Collection<CapacityReservationGroup> capacityReservationGroups)

        Information about the resource groups to which the Capacity Reservation has been added.

        Parameters:
        capacityReservationGroups - Information about the resource groups to which the Capacity Reservation has been added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityReservationGroups

        GetGroupsForCapacityReservationResponse.Builder capacityReservationGroups​(CapacityReservationGroup... capacityReservationGroups)

        Information about the resource groups to which the Capacity Reservation has been added.

        Parameters:
        capacityReservationGroups - Information about the resource groups to which the Capacity Reservation has been added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.