Interface Option.Builder

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

@Mutable @NotThreadSafe public static interface Option.Builder extends SdkPojo, CopyableBuilder<Option.Builder,Option>
  • Method Details

    • value

      Option.Builder value(String value)

      Specifies the value of the option.

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

      Option.Builder label(String label)

      Specifies the label of the option.

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

      Option.Builder description(String description)

      Specifies the description of the option.

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