CopyableBuilder<DescribeTasksRequest.Builder,DescribeTasksRequest>
, SdkBuilder<DescribeTasksRequest.Builder,DescribeTasksRequest>
public static interface DescribeTasksRequest.Builder extends CopyableBuilder<DescribeTasksRequest.Builder,DescribeTasksRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeTasksRequest.Builder |
cluster(String cluster) |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe.
|
DescribeTasksRequest.Builder |
tasks(String... tasks) |
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
|
DescribeTasksRequest.Builder |
tasks(Collection<String> tasks) |
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
|
copy
apply, build
DescribeTasksRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe. If you do not specify a cluster, the default cluster is assumed.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe. If
you do not specify a cluster, the default cluster is assumed.DescribeTasksRequest.Builder tasks(Collection<String> tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
tasks
- A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.DescribeTasksRequest.Builder tasks(String... tasks)
A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.
NOTE: This method appends the values to the existing list (if any). Use
#setTasks(java.util.Collection)
or #withTasks(java.util.Collection)
if you want to override
the existing values.
tasks
- A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.