public static interface DescribePatchBaselinesRequest.Builder extends SSMRequest.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)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribePatchBaselinesRequest.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)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.