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