public static interface ListTaskDefinitionFamiliesResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListTaskDefinitionFamiliesResponse.Builder,ListTaskDefinitionFamiliesResponse>
Modifier and Type | Method and Description |
---|---|
ListTaskDefinitionFamiliesResponse.Builder |
families(Collection<String> families)
The list of task definition family names that match the
ListTaskDefinitionFamilies request. |
ListTaskDefinitionFamiliesResponse.Builder |
families(String... families)
The list of task definition family names that match the
ListTaskDefinitionFamilies request. |
ListTaskDefinitionFamiliesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListTaskDefinitionFamilies request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTaskDefinitionFamiliesResponse.Builder families(Collection<String> families)
The list of task definition family names that match the ListTaskDefinitionFamilies
request.
families
- The list of task definition family names that match the ListTaskDefinitionFamilies
request.ListTaskDefinitionFamiliesResponse.Builder families(String... families)
The list of task definition family names that match the ListTaskDefinitionFamilies
request.
families
- The list of task definition family names that match the ListTaskDefinitionFamilies
request.ListTaskDefinitionFamiliesResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future ListTaskDefinitionFamilies
request. When
the results of a ListTaskDefinitionFamilies
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 ListTaskDefinitionFamilies
request. When the results of a ListTaskDefinitionFamilies
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.