Interface ListRegexMatchSetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRegexMatchSetsRequest.Builder,,ListRegexMatchSetsRequest> SdkBuilder<ListRegexMatchSetsRequest.Builder,,ListRegexMatchSetsRequest> SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
ListRegexMatchSetsRequest
public static interface ListRegexMatchSetsRequest.Builder
extends WafRequest.Builder, SdkPojo, CopyableBuilder<ListRegexMatchSetsRequest.Builder,ListRegexMatchSetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the number ofRegexMatchSetobjects that you want AWS WAF to return for this request.nextMarker(String nextMarker) If you specify a value forLimitand you have moreRegexMatchSetobjects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build
-
Method Details
-
nextMarker
If you specify a value for
Limitand you have moreRegexMatchSetobjects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets. For the second and subsequentListRegexMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofRegexMatchSetobjects.- Parameters:
nextMarker- If you specify a value forLimitand you have moreRegexMatchSetobjects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets. For the second and subsequentListRegexMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofRegexMatchSetobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
Specifies the number of
RegexMatchSetobjects that you want AWS WAF to return for this request. If you have moreRegexMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRegexMatchSetobjects.- Parameters:
limit- Specifies the number ofRegexMatchSetobjects that you want AWS WAF to return for this request. If you have moreRegexMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRegexMatchSetobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRegexMatchSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListRegexMatchSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-