| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExecutionResponse.Builder |
DescribeExecutionResponse.builder() |
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.executionId(String executionId)
The ID of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
When the status of the execution was last updated.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.managedDeviceId(String managedDeviceId)
The ID of the managed device that the task is being executed on.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.startedAt(Instant startedAt)
When the execution began.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.state(ExecutionState state)
The current state of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.state(String state)
The current state of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.taskId(String taskId)
The ID of the task being executed on the device.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeExecutionResponse.Builder> |
DescribeExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.