Interface CommandExecutionResult.Builder

  • Method Details

    • s

      An attribute of type String. For example:

      "S": "Hello"

      Parameters:
      s - An attribute of type String. For example:

      "S": "Hello"

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • b

      An attribute of type Boolean. For example:

      "BOOL": true

      Parameters:
      b - An attribute of type Boolean. For example:

      "BOOL": true

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bin

      An attribute of type Binary.

      Parameters:
      bin - An attribute of type Binary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.