Interface Aliases.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Aliases.Builder,Aliases>, SdkBuilder<Aliases.Builder,Aliases>, SdkPojo
Enclosing class:
Aliases

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

    • 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

      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.