Interface ListConfigurationSetsResponse.Builder

    • Method Detail

      • configurationSets

        ListConfigurationSetsResponse.Builder configurationSets​(ConfigurationSet... configurationSets)

        A list of configuration sets.

        Parameters:
        configurationSets - A list of configuration sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigurationSetsResponse.Builder nextToken​(String nextToken)

        A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

        Parameters:
        nextToken - A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.