public static interface ListDistributionsByWebAclIdRequest.Builder extends CloudFrontRequest.Builder, CopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest>
Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDistributionsByWebAclIdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListDistributionsByWebAclIdRequest.Builder |
webACLId(String webACLId)
The ID of the AWS WAF web ACL that you want to list the associated distributions.
|
build
overrideConfiguration
copy
applyMutation, 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.ListDistributionsByWebAclIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListDistributionsByWebAclIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.