static CommandExecutionSummary.Builder |
CommandExecutionSummary.builder() |
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.commandArn(String commandArn) |
The Amazon Resource Name (ARN) of the command execution.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.completedAt(Instant completedAt) |
The date and time at which the command completed executing on the target device.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.createdAt(Instant createdAt) |
The date and time at which the command execution was created for the target device.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.executionId(String executionId) |
The unique identifier of the command execution.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.startedAt(Instant startedAt) |
The date and time at which the command started executing on the target device.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.status(String status) |
The status of the command executions.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.status(CommandExecutionStatus status) |
The status of the command executions.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.Builder.targetArn(String targetArn) |
The Amazon Resource Name (ARN) of the target device for which the command is being executed.
|
CommandExecutionSummary.Builder |
CommandExecutionSummary.toBuilder() |
|