CopyableBuilder<ListIPSetsRequest.Builder,ListIPSetsRequest>
, SdkBuilder<ListIPSetsRequest.Builder,ListIPSetsRequest>
public static interface ListIPSetsRequest.Builder extends CopyableBuilder<ListIPSetsRequest.Builder,ListIPSetsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListIPSetsRequest.Builder |
limit(Integer limit) |
Specifies the number of
IPSet objects that you want AWS WAF to return for this request. |
ListIPSetsRequest.Builder |
nextMarker(String nextMarker) |
If you specify a value for
Limit and you have more IPSets than the value of
Limit , AWS WAF returns a NextMarker value in the response that allows you to list
another group of IPSets . |
copy
apply, build
ListIPSetsRequest.Builder nextMarker(String nextMarker)
If you specify a value for Limit
and you have more IPSets
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to list
another group of IPSets
. For the second and subsequent ListIPSets
requests, specify
the value of NextMarker
from the previous response to get information about another batch of
ByteMatchSets
.
nextMarker
- If you specify a value for Limit
and you have more IPSets
than the value of
Limit
, AWS WAF returns a NextMarker
value in the response that allows you to
list another group of IPSets
. For the second and subsequent ListIPSets
requests, specify the value of NextMarker
from the previous response to get information
about another batch of ByteMatchSets
.ListIPSetsRequest.Builder limit(Integer limit)
Specifies the number of IPSet
objects that you want AWS WAF to return for this request. If you
have more IPSet
objects than the number you specify for Limit
, the response
includes a NextMarker
value that you can use to get another batch of IPSet
objects.
limit
- Specifies the number of IPSet
objects that you want AWS WAF to return for this request.
If you have more IPSet
objects than the number you specify for Limit
, the
response includes a NextMarker
value that you can use to get another batch of
IPSet
objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.