Interface ListDistributionsByWebAclIdRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CloudFrontRequest.Builder,- CopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,,- ListDistributionsByWebAclIdRequest> - SdkBuilder<ListDistributionsByWebAclIdRequest.Builder,,- ListDistributionsByWebAclIdRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListDistributionsByWebAclIdRequest
- 
Method SummaryModifier and TypeMethodDescriptionUseMarkerandMaxItemsto control pagination of results.The maximum number of distributions that you want CloudFront to return in the response body.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the WAF web ACL that you want to list the associated distributions.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
markerUse MarkerandMaxItemsto control pagination of results. If you have more thanMaxItemsdistributions that satisfy the request, the response includes aNextMarkerelement. To get the next page of results, submit another request. For the value ofMarker, specify the value ofNextMarkerfrom the last response. (For the first request, omitMarker.)- Parameters:
- marker- Use- Markerand- MaxItemsto control pagination of results. If you have more than- MaxItemsdistributions that satisfy the request, the response includes a- NextMarkerelement. To get the next page of results, submit another request. For the value of- Marker, specify the value of- NextMarkerfrom the last response. (For the first request, omit- Marker.)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxItemsThe maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100. - Parameters:
- maxItems- The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
webACLIdThe ID of the 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. For WAFV2, this is the ARN of the web ACL, such as arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.For WAF Classic, this is the ID of the web ACL, such as a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.- Parameters:
- webACLId- The ID of the 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.- For WAFV2, this is the ARN of the web ACL, such as - arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.- For WAF Classic, this is the ID of the web ACL, such as - a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListDistributionsByWebAclIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListDistributionsByWebAclIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-