public static interface ListDeploymentsResponse.Builder extends GreengrassResponse.Builder, CopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResponse.Builder |
deployments(Collection<Deployment> deployments)
List of deployments for the requested groups
|
ListDeploymentsResponse.Builder |
deployments(Deployment... deployments)
List of deployments for the requested groups
|
ListDeploymentsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
buildcopyapply, buildListDeploymentsResponse.Builder deployments(Collection<Deployment> deployments)
deployments - List of deployments for the requested groupsListDeploymentsResponse.Builder deployments(Deployment... deployments)
deployments - List of deployments for the requested groupsListDeploymentsResponse.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.