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(Collection<Deployment> deployments) |
Information on deployments
|
ListDeploymentsResponse.Builder |
deployments(Deployment... deployments) |
Information on deployments
|
ListDeploymentsResponse.Builder |
nextToken(String nextToken) |
The token for the next set of results, or ''null'' if there are no additional results.
|
copy
apply, build
ListDeploymentsResponse.Builder deployments(Collection<Deployment> deployments)
deployments
- Information on deploymentsListDeploymentsResponse.Builder deployments(Deployment... deployments)
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
- Information on deploymentsListDeploymentsResponse.Builder nextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.