public static interface DescribePatchGroupsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribePatchGroupsRequest.Builder,DescribePatchGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePatchGroupsRequest.Builder |
filters(Collection<PatchOrchestratorFilter> filters)
One or more filters.
|
DescribePatchGroupsRequest.Builder |
filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
One or more filters.
|
DescribePatchGroupsRequest.Builder |
filters(PatchOrchestratorFilter... filters)
One or more filters.
|
DescribePatchGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of patch groups to return (per page).
|
DescribePatchGroupsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribePatchGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePatchGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePatchGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of patch groups to return (per page).
maxResults - The maximum number of patch groups to return (per page).DescribePatchGroupsRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
One or more filters. Use a filter to return a more specific list of results.
filters - One or more filters. Use a filter to return a more specific list of results.DescribePatchGroupsRequest.Builder filters(PatchOrchestratorFilter... filters)
One or more filters. Use a filter to return a more specific list of results.
filters - One or more filters. Use a filter to return a more specific list of results.DescribePatchGroupsRequest.Builder filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
One or more filters. Use a filter to return a more specific list of results.
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) DescribePatchGroupsRequest.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.)DescribePatchGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePatchGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.