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.
|
build
requestOverrideConfig, requestOverrideConfig
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.
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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.