public static interface ListServicesResponse.Builder extends ECSResponse.Builder, CopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListServices request. |
ListServicesResponse.Builder |
serviceArns(Collection<String> serviceArns)
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
|
ListServicesResponse.Builder |
serviceArns(String... serviceArns)
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListServicesResponse.Builder serviceArns(Collection<String> serviceArns)
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
serviceArns - The list of full Amazon Resource Name (ARN) entries for each service associated with the specified
cluster.ListServicesResponse.Builder serviceArns(String... serviceArns)
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
serviceArns - The list of full Amazon Resource Name (ARN) entries for each service associated with the specified
cluster.ListServicesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListServices request. When the results
of a ListServices 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 ListServices request. When the
results of a ListServices 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.