CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
, SdkBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
public static interface ListDeploymentsRequest.Builder extends CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListDeploymentsRequest.Builder |
groupId(String groupId) |
The unique Id of the AWS Greengrass Group
|
ListDeploymentsRequest.Builder |
maxResults(String maxResults) |
Specifies the maximum number of list results to be returned in this page
|
ListDeploymentsRequest.Builder |
nextToken(String nextToken) |
Specifies the pagination token used when iterating through a paginated request
|
copy
apply, build
ListDeploymentsRequest.Builder groupId(String groupId)
groupId
- The unique Id of the AWS Greengrass GroupListDeploymentsRequest.Builder maxResults(String maxResults)
maxResults
- Specifies the maximum number of list results to be returned in this pageListDeploymentsRequest.Builder nextToken(String nextToken)
nextToken
- Specifies the pagination token used when iterating through a paginated requestCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.