public static interface ListTaskDefinitionsResponse.Builder extends ECSResponse.Builder, CopyableBuilder<ListTaskDefinitionsResponse.Builder,ListTaskDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTaskDefinitionsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListTaskDefinitions request. |
ListTaskDefinitionsResponse.Builder |
taskDefinitionArns(Collection<String> taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request. |
ListTaskDefinitionsResponse.Builder |
taskDefinitionArns(String... taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListTaskDefinitionsResponse.Builder taskDefinitionArns(Collection<String> taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions
request.
taskDefinitionArns - The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions request.ListTaskDefinitionsResponse.Builder taskDefinitionArns(String... taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions
request.
taskDefinitionArns - The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions request.ListTaskDefinitionsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListTaskDefinitions request. When the
results of a ListTaskDefinitions request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results to
return.
nextToken - The nextToken value to include in a future ListTaskDefinitions request. When
the results of a ListTaskDefinitions request exceed maxResults, this value
can be used to retrieve the next page of results. This value is null when there are no
more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.