Interface InlineArchiveRule.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InlineArchiveRule.Builder,,- InlineArchiveRule> - SdkBuilder<InlineArchiveRule.Builder,,- InlineArchiveRule> - SdkPojo
- Enclosing class:
- InlineArchiveRule
public static interface InlineArchiveRule.Builder
extends SdkPojo, CopyableBuilder<InlineArchiveRule.Builder,InlineArchiveRule> 
- 
Method SummaryModifier and TypeMethodDescriptionThe condition and values for a criterion.The name of the rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
ruleNameThe name of the rule. - Parameters:
- ruleName- The name of the rule.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filterThe condition and values for a criterion. - Parameters:
- filter- The condition and values for a criterion.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-