Interface DecimalParameter.Builder

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

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

    • name

      A display name for the decimal parameter.

      Parameters:
      name - A display name for the decimal parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values for the decimal parameter.

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

      DecimalParameter.Builder values(Double... values)

      The values for the decimal parameter.

      Parameters:
      values - The values for the decimal parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.