public static interface DescribeInstancePatchStatesForPatchGroupRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,DescribeInstancePatchStatesForPatchGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstancePatchStatesForPatchGroupRequest.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 filters(Consumer<InstancePatchStateFilter.Builder>... 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")
InstancePatchStateFilter.Builder avoiding the need to
create one manually via InstancePatchStateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
InstancePatchStateFilter.Builder#filters(java.util.Collection) 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstancePatchStatesForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.