Interface FunctionAssociations.Builder

    • Method Detail

      • quantity

        FunctionAssociations.Builder quantity​(Integer quantity)

        The number of CloudFront functions in the list.

        Parameters:
        quantity - The number of CloudFront functions in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        FunctionAssociations.Builder items​(Collection<FunctionAssociation> items)

        The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

        Parameters:
        items - The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        FunctionAssociations.Builder items​(FunctionAssociation... items)

        The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

        Parameters:
        items - The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.