Interface CategoricalParameter.Builder

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

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

    • name

      The Name of the environment variable.

      Parameters:
      name - The Name of the environment variable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The list of values you can pass.

      Parameters:
      value - The list of values you can pass.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The list of values you can pass.

      Parameters:
      value - The list of values you can pass.
      Returns:
      Returns a reference to this object so that method calls can be chained together.