Interface TaskParameterValue.Builder

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

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

    • floatValue

      TaskParameterValue.Builder floatValue(String floatValue)

      A double precision IEEE-754 floating point number represented as a string.

      Parameters:
      floatValue - A double precision IEEE-754 floating point number represented as a string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intValue

      TaskParameterValue.Builder intValue(String intValue)

      A signed integer represented as a string.

      Parameters:
      intValue - A signed integer represented as a string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • path

      A file system path represented as a string.

      Parameters:
      path - A file system path represented as a string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • string

      A UTF-8 string.

      Parameters:
      string - A UTF-8 string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.