Interface LambdaFunctionAssociations.Builder

    • Method Detail

      • quantity

        LambdaFunctionAssociations.Builder quantity​(Integer quantity)

        The number of Lambda@Edge function associations for this cache behavior.

        Parameters:
        quantity - The number of Lambda@Edge function associations for this cache behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        LambdaFunctionAssociations.Builder items​(Collection<LambdaFunctionAssociation> items)

        Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

        Parameters:
        items - Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        LambdaFunctionAssociations.Builder items​(LambdaFunctionAssociation... items)

        Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

        Parameters:
        items - Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.