| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
InstancePatchState.Builder |
InstancePatchState.Builder.baselineId(String baselineId)
The ID of the patch baseline used to patch the instance.
|
static InstancePatchState.Builder |
InstancePatchState.builder() |
InstancePatchState.Builder |
InstancePatchState.Builder.failedCount(Integer failedCount)
The number of patches from the patch baseline that were attempted to be installed during the last patching
operation, but failed to install.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installedCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the instance.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installedOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the instance.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installedPendingRebootCount(Integer installedPendingRebootCount)
Reserved for future use.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installedRejectedCount(Integer installedRejectedCount)
The number of instances with patches installed that are specified in a RejectedPatches list.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installOverrideList(String installOverrideList)
An https URL or an Amazon S3 path-style URL to a list of patches to be installed.
|
InstancePatchState.Builder |
InstancePatchState.Builder.instanceId(String instanceId)
The ID of the managed instance the high-level patch compliance information was collected for.
|
InstancePatchState.Builder |
InstancePatchState.Builder.lastNoRebootInstallOperationTime(Instant lastNoRebootInstallOperationTime)
Reserved for future use.
|
InstancePatchState.Builder |
InstancePatchState.Builder.missingCount(Integer missingCount)
The number of patches from the patch baseline that are applicable for the instance but aren't currently
installed.
|
InstancePatchState.Builder |
InstancePatchState.Builder.notApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the instance and therefore aren't
installed on the instance.
|
InstancePatchState.Builder |
InstancePatchState.Builder.operation(PatchOperationType operation)
The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL (install
missing patches).
|
InstancePatchState.Builder |
InstancePatchState.Builder.operation(String operation)
The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL (install
missing patches).
|
InstancePatchState.Builder |
InstancePatchState.Builder.operationEndTime(Instant operationEndTime)
The time the most recent patching operation completed on the instance.
|
InstancePatchState.Builder |
InstancePatchState.Builder.operationStartTime(Instant operationStartTime)
The time the most recent patching operation was started on the instance.
|
InstancePatchState.Builder |
InstancePatchState.Builder.ownerInformation(String ownerInformation)
Placeholder information.
|
InstancePatchState.Builder |
InstancePatchState.Builder.patchGroup(String patchGroup)
The name of the patch group the managed instance belongs to.
|
InstancePatchState.Builder |
InstancePatchState.Builder.rebootOption(RebootOption rebootOption)
Reserved for future use.
|
InstancePatchState.Builder |
InstancePatchState.Builder.rebootOption(String rebootOption)
Reserved for future use.
|
InstancePatchState.Builder |
InstancePatchState.Builder.snapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.
|
InstancePatchState.Builder |
InstancePatchState.toBuilder() |
InstancePatchState.Builder |
InstancePatchState.Builder.unreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of
NotApplicableCount that are not reported by
name to Systems Manager Inventory. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstancePatchState.Builder> |
InstancePatchState.serializableBuilderClass() |
Copyright © 2019. All rights reserved.