CopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>, SdkBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>public static interface ListDeploymentsResponse.Builder extends CopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListDeploymentsResponse.Builder |
deployments(String... deployments) |
A list of deployment IDs.
|
ListDeploymentsResponse.Builder |
deployments(Collection<String> deployments) |
A list of deployment IDs.
|
ListDeploymentsResponse.Builder |
nextToken(String nextToken) |
If a large amount of information is returned, an identifier is also returned.
|
copyapply, buildListDeploymentsResponse.Builder deployments(Collection<String> deployments)
A list of deployment IDs.
deployments - A list of deployment IDs.ListDeploymentsResponse.Builder deployments(String... deployments)
A list of deployment IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setDeployments(java.util.Collection) or #withDeployments(java.util.Collection) if you want
to override the existing values.
deployments - A list of deployment IDs.ListDeploymentsResponse.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 deployments call to return the next set of deployments 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 deployments call to return the next set of deployments in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.