public static interface DescribeAvailablePatchesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeAvailablePatchesRequest.Builder,DescribeAvailablePatchesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAvailablePatchesRequest.Builder |
filters(Collection<PatchOrchestratorFilter> filters)
Filters used to scope down the returned patches.
|
DescribeAvailablePatchesRequest.Builder |
filters(PatchOrchestratorFilter... filters)
Filters used to scope down the returned patches.
|
DescribeAvailablePatchesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
DescribeAvailablePatchesRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
copyapply, buildDescribeAvailablePatchesRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
Filters used to scope down the returned patches.
filters - Filters used to scope down the returned patches.DescribeAvailablePatchesRequest.Builder filters(PatchOrchestratorFilter... filters)
Filters used to scope down the returned patches.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - Filters used to scope down the returned patches.DescribeAvailablePatchesRequest.Builder maxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults - The maximum number of patches to return (per page).DescribeAvailablePatchesRequest.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.