public static interface DescribeInstancePatchStatesForPatchGroupRequest.Builder extends SSMRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchStatesForPatchGroupRequest.Builder |
filters(Collection<InstancePatchStateFilter> filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchStatesForPatchGroupRequest.Builder |
filters(InstancePatchStateFilter... filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchStatesForPatchGroupRequest.Builder |
maxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
DescribeInstancePatchStatesForPatchGroupRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstancePatchStatesForPatchGroupRequest.Builder |
patchGroup(String patchGroup)
The name of the patch group for which the patch state information should be retrieved.
|
DescribeInstancePatchStatesForPatchGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigDescribeInstancePatchStatesForPatchGroupRequest.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)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.