public static interface DescribeInstancePatchesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstancePatchesRequest.Builder instanceId(String instanceId)
The ID of the managed node whose patch state information should be retrieved.
instanceId - The ID of the managed node whose patch state information should be retrieved.DescribeInstancePatchesRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatchesinclude the following:
Classification
Sample values: Security | SecurityUpdates
KBId
Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
Severity
Sample values: Important | Medium | Low
State
Sample values: Installed | InstalledOther | InstalledPendingReboot
filters - Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatchesinclude the following:
Classification
Sample values: Security | SecurityUpdates
KBId
Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
Severity
Sample values: Important | Medium | Low
State
Sample values: Installed | InstalledOther |
InstalledPendingReboot
DescribeInstancePatchesRequest.Builder filters(PatchOrchestratorFilter... filters)
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatchesinclude the following:
Classification
Sample values: Security | SecurityUpdates
KBId
Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
Severity
Sample values: Important | Medium | Low
State
Sample values: Installed | InstalledOther | InstalledPendingReboot
filters - Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatchesinclude the following:
Classification
Sample values: Security | SecurityUpdates
KBId
Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
Severity
Sample values: Important | Medium | Low
State
Sample values: Installed | InstalledOther |
InstalledPendingReboot
DescribeInstancePatchesRequest.Builder filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatchesinclude the following:
Classification
Sample values: Security | SecurityUpdates
KBId
Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
Severity
Sample values: Important | Medium | Low
State
Sample values: Installed | InstalledOther | InstalledPendingReboot
PatchOrchestratorFilter.Builder avoiding the need to create
one manually via PatchOrchestratorFilter.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
PatchOrchestratorFilter.Builder#filters(java.util.Collection) 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 © 2022. All rights reserved.