Interface IntegerParameter.Builder

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

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

    • name

      The name of the integer parameter.

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

      The values for the integer parameter.

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

      IntegerParameter.Builder values(Long... values)

      The values for the integer parameter.

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