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