Interface Aliases.Builder

    • Method Detail

      • quantity

        Aliases.Builder quantity​(Integer quantity)

        The number of CNAME aliases, if any, that you want to associate with this distribution.

        Parameters:
        quantity - The number of CNAME aliases, if any, that you want to associate with this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        Aliases.Builder items​(Collection<String> items)

        A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

        Parameters:
        items - A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        Aliases.Builder items​(String... items)

        A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

        Parameters:
        items - A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.