Interface CommandExecutionSummary.Builder

  • Method Details

    • commandArn

      CommandExecutionSummary.Builder commandArn(String commandArn)

      The Amazon Resource Name (ARN) of the command execution.

      Parameters:
      commandArn - The Amazon Resource Name (ARN) of the command execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionId

      CommandExecutionSummary.Builder executionId(String executionId)

      The unique identifier of the command execution.

      Parameters:
      executionId - The unique identifier of the command execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetArn

      The Amazon Resource Name (ARN) of the target device for which the command is being executed.

      Parameters:
      targetArn - The Amazon Resource Name (ARN) of the target device for which the command is being executed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the command executions.

      Parameters:
      status - The status of the command executions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the command executions.

      Parameters:
      status - The status of the command executions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The date and time at which the command execution was created for the target device.

      Parameters:
      createdAt - The date and time at which the command execution was created for the target device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedAt

      The date and time at which the command started executing on the target device.

      Parameters:
      startedAt - The date and time at which the command started executing on the target device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedAt

      CommandExecutionSummary.Builder completedAt(Instant completedAt)

      The date and time at which the command completed executing on the target device.

      Parameters:
      completedAt - The date and time at which the command completed executing on the target device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.