CopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
, SdkBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
public static interface ListDeploymentInstancesResponse.Builder extends CopyableBuilder<ListDeploymentInstancesResponse.Builder,ListDeploymentInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListDeploymentInstancesResponse.Builder |
instancesList(String... instancesList) |
A list of instance IDs.
|
ListDeploymentInstancesResponse.Builder |
instancesList(Collection<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.
|
copy
apply, build
ListDeploymentInstancesResponse.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 Amazon Web Services, Inc. All Rights Reserved.