CopyableBuilder<ListTaskDefinitionFamiliesResponse.Builder,ListTaskDefinitionFamiliesResponse>
, SdkBuilder<ListTaskDefinitionFamiliesResponse.Builder,ListTaskDefinitionFamiliesResponse>
public static interface ListTaskDefinitionFamiliesResponse.Builder extends CopyableBuilder<ListTaskDefinitionFamiliesResponse.Builder,ListTaskDefinitionFamiliesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListTaskDefinitionFamiliesResponse.Builder |
families(String... families) |
The list of task definition family names that match the
ListTaskDefinitionFamilies request. |
ListTaskDefinitionFamiliesResponse.Builder |
families(Collection<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. |
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setFamilies(java.util.Collection)
or #withFamilies(java.util.Collection)
if you want to
override the existing values.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.