public static interface ListTaskDefinitionsResponse.Builder extends EcsResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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.
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 © 2021. All rights reserved.