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