public static interface DescribePatchBaselinesRequest.Builder extends SSMRequest.Builder, 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.
|
DescribePatchBaselinesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigDescribePatchBaselinesRequest.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)
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.)DescribePatchBaselinesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.