public static interface DescribeTaskResponse.Builder extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<DescribeTaskResponse.Builder,DescribeTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskResponse.Builder |
completedAt(Instant completedAt)
When the task was completed.
|
DescribeTaskResponse.Builder |
createdAt(Instant createdAt)
When the
CreateTask operation was called. |
DescribeTaskResponse.Builder |
description(String description)
The description provided of the task and managed devices.
|
DescribeTaskResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
When the state of the task was last updated.
|
DescribeTaskResponse.Builder |
state(String state)
The current state of the task.
|
DescribeTaskResponse.Builder |
state(TaskState state)
The current state of the task.
|
DescribeTaskResponse.Builder |
tags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
DescribeTaskResponse.Builder |
targets(Collection<String> targets)
The managed devices that the task was sent to.
|
DescribeTaskResponse.Builder |
targets(String... targets)
The managed devices that the task was sent to.
|
DescribeTaskResponse.Builder |
taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
DescribeTaskResponse.Builder |
taskId(String taskId)
The ID of the task.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTaskResponse.Builder completedAt(Instant completedAt)
When the task was completed.
completedAt - When the task was completed.DescribeTaskResponse.Builder createdAt(Instant createdAt)
When the CreateTask operation was called.
createdAt - When the CreateTask operation was called.DescribeTaskResponse.Builder description(String description)
The description provided of the task and managed devices.
description - The description provided of the task and managed devices.DescribeTaskResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
When the state of the task was last updated.
lastUpdatedAt - When the state of the task was last updated.DescribeTaskResponse.Builder state(String state)
The current state of the task.
DescribeTaskResponse.Builder state(TaskState state)
The current state of the task.
DescribeTaskResponse.Builder tags(Map<String,String> tags)
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
tags - Optional metadata that you assign to a resource. You can use tags to categorize a resource in
different ways, such as by purpose, owner, or environment.DescribeTaskResponse.Builder targets(Collection<String> targets)
The managed devices that the task was sent to.
targets - The managed devices that the task was sent to.DescribeTaskResponse.Builder targets(String... targets)
The managed devices that the task was sent to.
targets - The managed devices that the task was sent to.DescribeTaskResponse.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
taskArn - The Amazon Resource Name (ARN) of the task.DescribeTaskResponse.Builder taskId(String taskId)
The ID of the task.
taskId - The ID of the task.Copyright © 2023. All rights reserved.