Interface SelectOptionDescription.Builder

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

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

    • option

      The value of the option.

      Parameters:
      option - The value of the option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The title of the select option.

      Parameters:
      title - The title of the select option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      SelectOptionDescription.Builder description(String description)

      A description of the option meaning.

      Parameters:
      description - A description of the option meaning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.