Interface ListArchiveRulesResponse.Builder

    • Method Detail

      • archiveRules

        ListArchiveRulesResponse.Builder archiveRules​(Collection<ArchiveRuleSummary> archiveRules)

        A list of archive rules created for the specified analyzer.

        Parameters:
        archiveRules - A list of archive rules created for the specified analyzer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • archiveRules

        ListArchiveRulesResponse.Builder archiveRules​(ArchiveRuleSummary... archiveRules)

        A list of archive rules created for the specified analyzer.

        Parameters:
        archiveRules - A list of archive rules created for the specified analyzer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListArchiveRulesResponse.Builder nextToken​(String nextToken)

        A token used for pagination of results returned.

        Parameters:
        nextToken - A token used for pagination of results returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.