CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>
, SdkBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>
public static interface DescribeInstancePatchStatesForPatchGroupRequest.Builder extends CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>
Modifier and Type | Method | 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.
|
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")
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 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).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.