public static interface ListDeploymentInstancesResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentInstancesResponse.Builder |
instancesList(Collection<String> instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResponse.Builder |
instancesList(String... instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListDeploymentInstancesResponse.Builder instancesList(Collection<String> instancesList)
A list of instance IDs.
instancesList - A list of instance IDs.ListDeploymentInstancesResponse.Builder instancesList(String... instancesList)
A list of instance IDs.
instancesList - A list of instance IDs.ListDeploymentInstancesResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent list deployment instances call to return the next set of deployment instances in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.