Interface CreateCommandResponse.Builder

    • Method Detail

      • commandId

        CreateCommandResponse.Builder commandId​(String commandId)

        The unique identifier for the command.

        Parameters:
        commandId - The unique identifier for the command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commandArn

        CreateCommandResponse.Builder commandArn​(String commandArn)

        The Amazon Resource Number (ARN) of the command. For example, arn:aws:iot:<region>:<accountid>:command/<commandId>

        Parameters:
        commandArn - The Amazon Resource Number (ARN) of the command. For example, arn:aws:iot:<region>:<accountid>:command/<commandId>
        Returns:
        Returns a reference to this object so that method calls can be chained together.