Interface DescribeSpotPriceHistoryResponse.Builder

    • Method Detail

      • nextToken

        DescribeSpotPriceHistoryResponse.Builder nextToken​(String nextToken)

        The token to include in another request to get the next page of items. This value is an empty string ( "") or 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 an empty string ( "") or null when there are no more items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spotPriceHistory

        DescribeSpotPriceHistoryResponse.Builder spotPriceHistory​(Collection<SpotPrice> spotPriceHistory)

        The historical Spot prices.

        Parameters:
        spotPriceHistory - The historical Spot prices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spotPriceHistory

        DescribeSpotPriceHistoryResponse.Builder spotPriceHistory​(SpotPrice... spotPriceHistory)

        The historical Spot prices.

        Parameters:
        spotPriceHistory - The historical Spot prices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.