Interface Alias.Builder

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

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

    • name

      Alias.Builder name(String name)

      The canonical name of the alias.

      Parameters:
      name - The canonical name of the alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • names

      A list of names for the alias, including the canonical name.

      Parameters:
      names - A list of names for the alias, including the canonical name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • names

      Alias.Builder names(String... names)

      A list of names for the alias, including the canonical name.

      Parameters:
      names - A list of names for the alias, including the canonical name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Alias.Builder type(String type)

      The type of the alias.

      Parameters:
      type - The type of the alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.