CopyableBuilder<ListTaskDefinitionsResponse.Builder,ListTaskDefinitionsResponse>
, SdkBuilder<ListTaskDefinitionsResponse.Builder,ListTaskDefinitionsResponse>
public static interface ListTaskDefinitionsResponse.Builder extends CopyableBuilder<ListTaskDefinitionsResponse.Builder,ListTaskDefinitionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListTaskDefinitionsResponse.Builder |
nextToken(String nextToken) |
The
nextToken value to include in a future ListTaskDefinitions request. |
ListTaskDefinitionsResponse.Builder |
taskDefinitionArns(String... taskDefinitionArns) |
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request. |
ListTaskDefinitionsResponse.Builder |
taskDefinitionArns(Collection<String> taskDefinitionArns) |
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request. |
copy
apply, build
ListTaskDefinitionsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTaskDefinitionArns(java.util.Collection)
or #withTaskDefinitionArns(java.util.Collection)
if you want to override the existing values.
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.