Interface CommandExecutionResult.Builder

    • Method Detail

      • s

        CommandExecutionResult.Builder s​(String 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

        CommandExecutionResult.Builder b​(Boolean 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

        CommandExecutionResult.Builder bin​(SdkBytes 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.