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