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