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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchiveRuleSummary.BuildercreatedAt(Instant createdAt)The time at which the archive rule was created.ArchiveRuleSummary.Builderfilter(Map<String,Criterion> filter)A filter used to define the archive rule.ArchiveRuleSummary.BuilderruleName(String ruleName)The name of the archive rule.ArchiveRuleSummary.BuilderupdatedAt(Instant updatedAt)The time at which the archive rule was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-