Interface ListRuleGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRuleGroupsRequest.Builder,ListRuleGroupsRequest>,SdkBuilder<ListRuleGroupsRequest.Builder,ListRuleGroupsRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- ListRuleGroupsRequest
public static interface ListRuleGroupsRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<ListRuleGroupsRequest.Builder,ListRuleGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRuleGroupsRequest.Builderlimit(Integer limit)Specifies the number ofRuleGroupsthat you want AWS WAF to return for this request.ListRuleGroupsRequest.BuildernextMarker(String nextMarker)If you specify a value forLimitand you have moreRuleGroupsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofRuleGroups.ListRuleGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRuleGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
nextMarker
ListRuleGroupsRequest.Builder nextMarker(String nextMarker)
If you specify a value for
Limitand you have moreRuleGroupsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofRuleGroups. For the second and subsequentListRuleGroupsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofRuleGroups.- Parameters:
nextMarker- If you specify a value forLimitand you have moreRuleGroupsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofRuleGroups. For the second and subsequentListRuleGroupsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofRuleGroups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListRuleGroupsRequest.Builder limit(Integer limit)
Specifies the number of
RuleGroupsthat you want AWS WAF to return for this request. If you have moreRuleGroupsthan the number that you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRuleGroups.- Parameters:
limit- Specifies the number ofRuleGroupsthat you want AWS WAF to return for this request. If you have moreRuleGroupsthan the number that you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRuleGroups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRuleGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRuleGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-