Interface ListDistributionsByWebAclIdRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudFrontRequest.Builder, CopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest>, SdkBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListDistributionsByWebAclIdRequest

public static interface ListDistributionsByWebAclIdRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListDistributionsByWebAclIdRequest.Builder,ListDistributionsByWebAclIdRequest>
  • Method Details

    • 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.)

      Parameters:
      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.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      The 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.
    • 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.

      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.