Interface ListPresetsResponse.Builder

    • Method Detail

      • presets

        ListPresetsResponse.Builder presets​(Collection<Preset> presets)

        An array of Preset objects.

        Parameters:
        presets - An array of Preset objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • presets

        ListPresetsResponse.Builder presets​(Preset... presets)

        An array of Preset objects.

        Parameters:
        presets - An array of Preset objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        ListPresetsResponse.Builder nextPageToken​(String nextPageToken)

        A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

        Parameters:
        nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.