Interface DescribeSavingsPlanRatesResponse.Builder

    • Method Detail

      • savingsPlanId

        DescribeSavingsPlanRatesResponse.Builder savingsPlanId​(String savingsPlanId)

        The ID of the Savings Plan.

        Parameters:
        savingsPlanId - The ID of the Savings Plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchResults

        DescribeSavingsPlanRatesResponse.Builder searchResults​(SavingsPlanRate... searchResults)

        Information about the Savings Plans rates.

        Parameters:
        searchResults - Information about the Savings Plans rates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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