public static interface DescribeInstancePatchesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstancePatchesRequest.Builder instanceId(String instanceId)
The ID of the instance whose patch state information should be retrieved.
instanceId - The ID of the instance whose patch state information should be retrieved.DescribeInstancePatchesRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
An array of structures. Each entry in the array is a structure containing a Key, Value combination. Valid
values for Key are Classification | KBId | Severity |
State.
filters - An array of structures. Each entry in the array is a structure containing a Key, Value combination.
Valid values for Key are Classification | KBId | Severity |
State.DescribeInstancePatchesRequest.Builder filters(PatchOrchestratorFilter... filters)
An array of structures. Each entry in the array is a structure containing a Key, Value combination. Valid
values for Key are Classification | KBId | Severity |
State.
filters - An array of structures. Each entry in the array is a structure containing a Key, Value combination.
Valid values for Key are Classification | KBId | Severity |
State.DescribeInstancePatchesRequest.Builder filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
An array of structures. Each entry in the array is a structure containing a Key, Value combination. Valid
values for Key are Classification | KBId | Severity |
State.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeInstancePatchesRequest.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.)DescribeInstancePatchesRequest.Builder maxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults - The maximum number of patches to return (per page).DescribeInstancePatchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstancePatchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.