Interface TaskSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskSummary.Builder,
,TaskSummary> SdkBuilder<TaskSummary.Builder,
,TaskSummary> SdkPojo
- Enclosing class:
TaskSummary
@Mutable
@NotThreadSafe
public static interface TaskSummary.Builder
extends SdkPojo, CopyableBuilder<TaskSummary.Builder,TaskSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of the task assigned to one or many devices.The state of the task assigned to one or many devices.Optional metadata that you assign to a resource.The Amazon Resource Name (ARN) of the task.The task ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
state
The state of the task assigned to one or many devices.
- Parameters:
state
- The state of the task assigned to one or many devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the task assigned to one or many devices.
- Parameters:
state
- The state of the task assigned to one or many devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskArn
The Amazon Resource Name (ARN) of the task.
- Parameters:
taskArn
- The Amazon Resource Name (ARN) of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The task ID.
- Parameters:
taskId
- The task ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-