Interface RuleSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuleSet.Builder,RuleSet>,SdkBuilder<RuleSet.Builder,RuleSet>,SdkPojo
- Enclosing class:
- RuleSet
public static interface RuleSet.Builder extends SdkPojo, CopyableBuilder<RuleSet.Builder,RuleSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleSet.BuilderlastModificationDate(Instant lastModificationDate)The last modification date of the rule set.RuleSet.BuilderruleSetId(String ruleSetId)The identifier of the rule set.RuleSet.BuilderruleSetName(String ruleSetName)A user-friendly name for the rule set.-
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
-
lastModificationDate
RuleSet.Builder lastModificationDate(Instant lastModificationDate)
The last modification date of the rule set.
- Parameters:
lastModificationDate- The last modification date of the rule set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSetId
RuleSet.Builder ruleSetId(String ruleSetId)
The identifier of the rule set.
- Parameters:
ruleSetId- The identifier of the rule set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSetName
RuleSet.Builder ruleSetName(String ruleSetName)
A user-friendly name for the rule set.
- Parameters:
ruleSetName- A user-friendly name for the rule set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-