public static interface DescribeInstancePatchStatesForPatchGroupRequest.Builder extends SSMRequest.Builder, CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeInstancePatchStatesForPatchGroupRequest.Builder patchGroup(String patchGroup)
The name of the patch group for which the patch state information should be retrieved.
patchGroup
- The name of the patch group for which the patch state information should be retrieved.DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
filters
- Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(InstancePatchStateFilter... filters)
Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
filters
- Each entry in the array is a structure containing:
Key (string between 1 and 200 characters)
Values (array containing a single string)
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
DescribeInstancePatchStatesForPatchGroupRequest.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.)DescribeInstancePatchStatesForPatchGroupRequest.Builder maxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults
- The maximum number of patches to return (per page).DescribeInstancePatchStatesForPatchGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.