public static interface ListDeploymentInstancesResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstancesList(java.util.Collection) or #withInstancesList(java.util.Collection) if you
want to override the existing values.
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. All rights reserved.