CopyableBuilder<DescribeAvailablePatchesRequest.Builder,DescribeAvailablePatchesRequest>
, SdkBuilder<DescribeAvailablePatchesRequest.Builder,DescribeAvailablePatchesRequest>
public static interface DescribeAvailablePatchesRequest.Builder extends CopyableBuilder<DescribeAvailablePatchesRequest.Builder,DescribeAvailablePatchesRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeAvailablePatchesRequest.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 Amazon Web Services, Inc. All Rights Reserved.