Interface DescribeDomainAutoTunesResponse.Builder

    • Method Detail

      • autoTunes

        DescribeDomainAutoTunesResponse.Builder autoTunes​(Collection<AutoTune> autoTunes)

        The list of setting adjustments that Auto-Tune has made to the domain.

        Parameters:
        autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoTunes

        DescribeDomainAutoTunesResponse.Builder autoTunes​(AutoTune... autoTunes)

        The list of setting adjustments that Auto-Tune has made to the domain.

        Parameters:
        autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeDomainAutoTunesResponse.Builder nextToken​(String nextToken)

        When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

        Parameters:
        nextToken - When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.