public static interface ArchiveRuleSummary.Builder extends SdkPojo, CopyableBuilder<ArchiveRuleSummary.Builder,ArchiveRuleSummary>
| Modifier and Type | Method and Description |
|---|---|
ArchiveRuleSummary.Builder |
createdAt(Instant createdAt)
The time at which the archive rule was created.
|
ArchiveRuleSummary.Builder |
filter(Map<String,Criterion> filter)
A filter used to define the archive rule.
|
ArchiveRuleSummary.Builder |
ruleName(String ruleName)
The name of the archive rule.
|
ArchiveRuleSummary.Builder |
updatedAt(Instant updatedAt)
The time at which the archive rule was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildArchiveRuleSummary.Builder ruleName(String ruleName)
The name of the archive rule.
ruleName - The name of the archive rule.ArchiveRuleSummary.Builder filter(Map<String,Criterion> filter)
A filter used to define the archive rule.
filter - A filter used to define the archive rule.ArchiveRuleSummary.Builder createdAt(Instant createdAt)
The time at which the archive rule was created.
createdAt - The time at which the archive rule was created.ArchiveRuleSummary.Builder updatedAt(Instant updatedAt)
The time at which the archive rule was last updated.
updatedAt - The time at which the archive rule was last updated.Copyright © 2022. All rights reserved.