Interface DescribeCapacityBlockOfferingsResponse.Builder

    • Method Detail

      • capacityBlockOfferings

        DescribeCapacityBlockOfferingsResponse.Builder capacityBlockOfferings​(Collection<CapacityBlockOffering> capacityBlockOfferings)

        The recommended Capacity Block offering for the dates specified.

        Parameters:
        capacityBlockOfferings - The recommended Capacity Block offering for the dates specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityBlockOfferings

        DescribeCapacityBlockOfferingsResponse.Builder capacityBlockOfferings​(CapacityBlockOffering... capacityBlockOfferings)

        The recommended Capacity Block offering for the dates specified.

        Parameters:
        capacityBlockOfferings - The recommended Capacity Block offering for the dates specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeCapacityBlockOfferingsResponse.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.