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