CopyableBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>
, SdkBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>
public static interface ListDistributionsByWebACLIdRequest.Builder extends CopyableBuilder<ListDistributionsByWebACLIdRequest.Builder,ListDistributionsByWebACLIdRequest>
Modifier and Type | Method | Description |
---|---|---|
ListDistributionsByWebACLIdRequest.Builder |
marker(String marker) |
Use
Marker and MaxItems to control pagination of results. |
ListDistributionsByWebACLIdRequest.Builder |
maxItems(String maxItems) |
The maximum number of distributions that you want CloudFront to return in the response body.
|
ListDistributionsByWebACLIdRequest.Builder |
webACLId(String webACLId) |
The ID of the AWS WAF web ACL that you want to list the associated distributions.
|
copy
apply, build
ListDistributionsByWebACLIdRequest.Builder marker(String marker)
Use Marker
and MaxItems
to control pagination of results. If you have more than
MaxItems
distributions that satisfy the request, the response includes a NextMarker
element. To get the next page of results, submit another request. For the value of Marker
,
specify the value of NextMarker
from the last response. (For the first request, omit
Marker
.)
marker
- Use Marker
and MaxItems
to control pagination of results. If you have more
than MaxItems
distributions that satisfy the request, the response includes a
NextMarker
element. To get the next page of results, submit another request. For the
value of Marker
, specify the value of NextMarker
from the last response.
(For the first request, omit Marker
.)ListDistributionsByWebACLIdRequest.Builder maxItems(String maxItems)
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
maxItems
- The maximum number of distributions that you want CloudFront to return in the response body. The
maximum and default values are both 100.ListDistributionsByWebACLIdRequest.Builder webACLId(String webACLId)
The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify "null" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.
webACLId
- The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify
"null" for the ID, the request returns a list of the distributions that aren't associated with a web
ACL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.