static GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.builder() |
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.commandArn(String commandArn) |
The Amazon Resource Number (ARN) of the command.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.completedAt(Instant completedAt) |
The timestamp, when the command execution was completed.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.createdAt(Instant createdAt) |
The timestamp, when the command execution was created.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.executionId(String executionId) |
The unique identifier of the command execution.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.executionTimeoutSeconds(Long executionTimeoutSeconds) |
Specifies the amount of time in seconds that the device can take to finish a command execution.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp, when the command execution was last updated.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.parameters(Map<String,CommandParameterValue> parameters) |
The list of parameters that the StartCommandExecution API used when performing the command on
the device.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.result(Map<String,CommandExecutionResult> result) |
The result value for the current state of the command execution.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.startedAt(Instant startedAt) |
The timestamp, when the command execution was started.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.status(String status) |
The status of the command execution.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.status(CommandExecutionStatus status) |
The status of the command execution.
|
default GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.statusReason(Consumer<StatusReason.Builder> statusReason) |
Your devices can use this parameter to provide additional context about the status of a command execution
using a reason code and description.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.statusReason(StatusReason statusReason) |
Your devices can use this parameter to provide additional context about the status of a command execution
using a reason code and description.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.targetArn(String targetArn) |
The Amazon Resource Number (ARN) of the device on which the command execution is being performed.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.Builder.timeToLive(Instant timeToLive) |
The time to live (TTL) parameter that indicates the duration for which executions will be retained in your
account.
|
GetCommandExecutionResponse.Builder |
GetCommandExecutionResponse.toBuilder() |
|