Interface MultiRegionParameter.Builder

  • Method Details

    • name

      The name of the parameter.

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

      The value of the parameter.

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

      MultiRegionParameter.Builder description(String description)

      A description of the parameter.

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

      Indicates the source of the parameter value. Valid values: user | system | engine-default

      Parameters:
      source - Indicates the source of the parameter value. Valid values: user | system | engine-default
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataType

      The valid data type for the parameter.

      Parameters:
      dataType - The valid data type for the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedValues

      MultiRegionParameter.Builder allowedValues(String allowedValues)

      The valid range of values for the parameter.

      Parameters:
      allowedValues - The valid range of values for the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minimumEngineVersion

      MultiRegionParameter.Builder minimumEngineVersion(String minimumEngineVersion)

      The earliest engine version to which the parameter can apply.

      Parameters:
      minimumEngineVersion - The earliest engine version to which the parameter can apply.
      Returns:
      Returns a reference to this object so that method calls can be chained together.