Interface ArchiveRuleSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ArchiveRuleSummary.Builder,ArchiveRuleSummary>, SdkBuilder<ArchiveRuleSummary.Builder,ArchiveRuleSummary>, SdkPojo
Enclosing class:
ArchiveRuleSummary

public static interface ArchiveRuleSummary.Builder extends SdkPojo, CopyableBuilder<ArchiveRuleSummary.Builder,ArchiveRuleSummary>
  • Method Details

    • 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

      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.