Interface ListConfigurationSetsResponse.Builder

    • Method Detail

      • configurationSets

        ListConfigurationSetsResponse.Builder configurationSets​(Collection<String> configurationSets)
        An object that contains a list of configuration sets for your account in the current region.
        Parameters:
        configurationSets - An object that contains a list of configuration sets for your account in the current region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationSets

        ListConfigurationSetsResponse.Builder configurationSets​(String... configurationSets)
        An object that contains a list of configuration sets for your account in the current region.
        Parameters:
        configurationSets - An object that contains a list of configuration sets for your account in the current region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigurationSetsResponse.Builder nextToken​(String nextToken)
        A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
        Parameters:
        nextToken - A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.