public static interface DescribeAvailablePatchesRequest.Builder extends SSMRequest.Builder, CopyableBuilder<DescribeAvailablePatchesRequest.Builder,DescribeAvailablePatchesRequest>
build
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 filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
Filters used to scope down the returned patches.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
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.DescribeAvailablePatchesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.