public static interface DescribeAvailablePatchesRequest.Builder extends SSMRequest.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.
|
DescribeAvailablePatchesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
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.)DescribeAvailablePatchesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.