Interface ListLongTermPricingResponse.Builder

    • Method Detail

      • longTermPricingEntries

        ListLongTermPricingResponse.Builder longTermPricingEntries​(Collection<LongTermPricingListEntry> longTermPricingEntries)

        Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.

        Parameters:
        longTermPricingEntries - Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • longTermPricingEntries

        ListLongTermPricingResponse.Builder longTermPricingEntries​(LongTermPricingListEntry... longTermPricingEntries)

        Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.

        Parameters:
        longTermPricingEntries - Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLongTermPricingResponse.Builder nextToken​(String nextToken)

        Because HTTP requests are stateless, this is the starting point for your next list of returned ListLongTermPricing list.

        Parameters:
        nextToken - Because HTTP requests are stateless, this is the starting point for your next list of returned ListLongTermPricing list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.