Interface DescribeDomainAutoTunesResponse.Builder

    • Method Detail

      • autoTunes

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

        Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.

        Parameters:
        autoTunes - Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoTunes

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

        Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.

        Parameters:
        autoTunes - Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeDomainAutoTunesResponse.Builder nextToken​(String nextToken)

        Specifies an identifier to allow retrieval of paginated results.

        Parameters:
        nextToken - Specifies an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.