public static interface DescribeExecutionResponse.Builder extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeExecutionResponse.Builder |
executionId(String executionId)
The ID of the execution.
|
DescribeExecutionResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
When the status of the execution was last updated.
|
DescribeExecutionResponse.Builder |
managedDeviceId(String managedDeviceId)
The ID of the managed device that the task is being executed on.
|
DescribeExecutionResponse.Builder |
startedAt(Instant startedAt)
When the execution began.
|
DescribeExecutionResponse.Builder |
state(ExecutionState state)
The current state of the execution.
|
DescribeExecutionResponse.Builder |
state(String state)
The current state of the execution.
|
DescribeExecutionResponse.Builder |
taskId(String taskId)
The ID of the task being executed on the device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExecutionResponse.Builder executionId(String executionId)
The ID of the execution.
executionId - The ID of the execution.DescribeExecutionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
When the status of the execution was last updated.
lastUpdatedAt - When the status of the execution was last updated.DescribeExecutionResponse.Builder managedDeviceId(String managedDeviceId)
The ID of the managed device that the task is being executed on.
managedDeviceId - The ID of the managed device that the task is being executed on.DescribeExecutionResponse.Builder startedAt(Instant startedAt)
When the execution began.
startedAt - When the execution began.DescribeExecutionResponse.Builder state(String state)
The current state of the execution.
state - The current state of the execution.ExecutionState,
ExecutionStateDescribeExecutionResponse.Builder state(ExecutionState state)
The current state of the execution.
state - The current state of the execution.ExecutionState,
ExecutionStateDescribeExecutionResponse.Builder taskId(String taskId)
The ID of the task being executed on the device.
taskId - The ID of the task being executed on the device.Copyright © 2023. All rights reserved.