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