Interface CacheBehaviors.Builder

    • Method Detail

      • quantity

        CacheBehaviors.Builder quantity​(Integer quantity)

        The number of cache behaviors for this distribution.

        Parameters:
        quantity - The number of cache behaviors for this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        CacheBehaviors.Builder items​(Collection<CacheBehavior> items)

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

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

        CacheBehaviors.Builder items​(CacheBehavior... items)

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

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