Interface ArchiveRuleSummary.Builder

    • Method Detail

      • ruleName

        ArchiveRuleSummary.Builder ruleName​(String ruleName)

        The name of the archive rule.

        Parameters:
        ruleName - The name of the archive rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        ArchiveRuleSummary.Builder filter​(Map<String,​Criterion> filter)

        A filter used to define the archive rule.

        Parameters:
        filter - A filter used to define the archive rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ArchiveRuleSummary.Builder createdAt​(Instant createdAt)

        The time at which the archive rule was created.

        Parameters:
        createdAt - The time at which the archive rule was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        ArchiveRuleSummary.Builder updatedAt​(Instant updatedAt)

        The time at which the archive rule was last updated.

        Parameters:
        updatedAt - The time at which the archive rule was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.