public static interface DescribePatchGroupsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribePatchGroupsRequest.Builder,DescribePatchGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePatchGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of patch groups to return (per page).
|
DescribePatchGroupsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
copyapply, buildDescribePatchGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of patch groups to return (per page).
maxResults - The maximum number of patch groups to return (per page).DescribePatchGroupsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)Copyright © 2017. All rights reserved.