public static interface DescribePatchBaselinesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribePatchBaselinesRequest.Builder,DescribePatchBaselinesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePatchBaselinesRequest.Builder |
filters(Collection<PatchOrchestratorFilter> filters)
Each element in the array is a structure containing:
|
DescribePatchBaselinesRequest.Builder |
filters(PatchOrchestratorFilter... filters)
Each element in the array is a structure containing:
|
DescribePatchBaselinesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of patch baselines to return (per page).
|
DescribePatchBaselinesRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
copyapply, buildDescribePatchBaselinesRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
filters - Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
DescribePatchBaselinesRequest.Builder filters(PatchOrchestratorFilter... filters)
Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - Each element in the array is a structure containing:
Key: (string, "NAME_PREFIX" or "OWNER")
Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
DescribePatchBaselinesRequest.Builder maxResults(Integer maxResults)
The maximum number of patch baselines to return (per page).
maxResults - The maximum number of patch baselines to return (per page).DescribePatchBaselinesRequest.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.)Copyright © 2017. All rights reserved.