public static interface DescribeAvailablePatchesRequest.Builder extends SSMRequest.Builder, 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(Consumer<PatchOrchestratorFilter.Builder>... 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) |
DescribeAvailablePatchesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
buildrequestOverrideConfigDescribeAvailablePatchesRequest.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)
requestOverrideConfig in interface AwsRequest.BuilderDescribeAvailablePatchesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.