Interface ListActivatedRulesInRuleGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListActivatedRulesInRuleGroupRequest.Builder,ListActivatedRulesInRuleGroupRequest>,SdkBuilder<ListActivatedRulesInRuleGroupRequest.Builder,ListActivatedRulesInRuleGroupRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- ListActivatedRulesInRuleGroupRequest
public static interface ListActivatedRulesInRuleGroupRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<ListActivatedRulesInRuleGroupRequest.Builder,ListActivatedRulesInRuleGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListActivatedRulesInRuleGroupRequest.Builderlimit(Integer limit)Specifies the number ofActivatedRulesthat you want AWS WAF to return for this request.ListActivatedRulesInRuleGroupRequest.BuildernextMarker(String nextMarker)If you specify a value forLimitand you have moreActivatedRulesthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofActivatedRules.ListActivatedRulesInRuleGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListActivatedRulesInRuleGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListActivatedRulesInRuleGroupRequest.BuilderruleGroupId(String ruleGroupId)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
ruleGroupId
ListActivatedRulesInRuleGroupRequest.Builder ruleGroupId(String ruleGroupId)
The
RuleGroupIdof the RuleGroup for which you want to get a list of ActivatedRule objects.- Parameters:
ruleGroupId- TheRuleGroupIdof the RuleGroup for which you want to get a list of ActivatedRule objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextMarker
ListActivatedRulesInRuleGroupRequest.Builder nextMarker(String nextMarker)
If you specify a value for
Limitand you have moreActivatedRulesthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofActivatedRules. For the second and subsequentListActivatedRulesInRuleGrouprequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofActivatedRules.- Parameters:
nextMarker- If you specify a value forLimitand you have moreActivatedRulesthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofActivatedRules. For the second and subsequentListActivatedRulesInRuleGrouprequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofActivatedRules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListActivatedRulesInRuleGroupRequest.Builder limit(Integer limit)
Specifies the number of
ActivatedRulesthat you want AWS WAF to return for this request. If you have moreActivatedRulesthan the number that you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofActivatedRules.- Parameters:
limit- Specifies the number ofActivatedRulesthat you want AWS WAF to return for this request. If you have moreActivatedRulesthan the number that you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofActivatedRules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListActivatedRulesInRuleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListActivatedRulesInRuleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-