public static interface InstancePatchState.Builder extends SdkPojo, CopyableBuilder<InstancePatchState.Builder,InstancePatchState>
Modifier and Type | Method and Description |
---|---|
InstancePatchState.Builder |
baselineId(String baselineId)
The ID of the patch baseline used to patch the instance.
|
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 |
installedCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the instance.
|
InstancePatchState.Builder |
installedOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the instance.
|
InstancePatchState.Builder |
installedRejectedCount(Integer installedRejectedCount)
The number of instances with patches installed that are specified in a RejectedPatches list.
|
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 |
instanceId(String instanceId)
The ID of the managed instance the high-level patch compliance information was collected for.
|
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 |
notApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the instance and hence aren't
installed on the instance.
|
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 |
operation(String operation)
The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL (install
missing patches).
|
InstancePatchState.Builder |
operationEndTime(Instant operationEndTime)
The time the most recent patching operation completed on the instance.
|
InstancePatchState.Builder |
operationStartTime(Instant operationStartTime)
The time the most recent patching operation was started on the instance.
|
InstancePatchState.Builder |
ownerInformation(String ownerInformation)
Placeholder information.
|
InstancePatchState.Builder |
patchGroup(String patchGroup)
The name of the patch group the managed instance belongs to.
|
InstancePatchState.Builder |
snapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.
|
copy
applyMutation, build
InstancePatchState.Builder instanceId(String instanceId)
The ID of the managed instance the high-level patch compliance information was collected for.
instanceId
- The ID of the managed instance the high-level patch compliance information was collected for.InstancePatchState.Builder patchGroup(String patchGroup)
The name of the patch group the managed instance belongs to.
patchGroup
- The name of the patch group the managed instance belongs to.InstancePatchState.Builder baselineId(String baselineId)
The ID of the patch baseline used to patch the instance.
baselineId
- The ID of the patch baseline used to patch the instance.InstancePatchState.Builder snapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
snapshotId
- The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.InstancePatchState.Builder installOverrideList(String installOverrideList)
An https URL or an Amazon S3 path-style URL to a list of patches to be installed. This patch installation
list, which you maintain in an Amazon S3 bucket in YAML format and specify in the SSM document
AWS-RunPatchBaseline
, overrides the patches specified by the default patch baseline.
For more information about the InstallOverrideList
parameter, see About the SSM Document AWS-RunPatchBaseline in the AWS Systems Manager User Guide.
installOverrideList
- An https URL or an Amazon S3 path-style URL to a list of patches to be installed. This patch
installation list, which you maintain in an Amazon S3 bucket in YAML format and specify in the SSM
document AWS-RunPatchBaseline
, overrides the patches specified by the default patch
baseline.
For more information about the InstallOverrideList
parameter, see About the SSM Document AWS-RunPatchBaseline in the AWS Systems Manager User Guide.
InstancePatchState.Builder ownerInformation(String ownerInformation)
Placeholder information. This field will always be empty in the current release of the service.
ownerInformation
- Placeholder information. This field will always be empty in the current release of the service.InstancePatchState.Builder installedCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the instance.
installedCount
- The number of patches from the patch baseline that are installed on the instance.InstancePatchState.Builder installedOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the instance.
installedOtherCount
- The number of patches not specified in the patch baseline that are installed on the instance.InstancePatchState.Builder installedRejectedCount(Integer installedRejectedCount)
The number of instances with patches installed that are specified in a RejectedPatches list. Patches with a status of InstalledRejected were typically installed before they were added to a RejectedPatches list.
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).
installedRejectedCount
- The number of instances with patches installed that are specified in a RejectedPatches list. Patches
with a status of InstalledRejected were typically installed before they were added to a
RejectedPatches list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).
InstancePatchState.Builder missingCount(Integer missingCount)
The number of patches from the patch baseline that are applicable for the instance but aren't currently installed.
missingCount
- The number of patches from the patch baseline that are applicable for the instance but aren't
currently installed.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.
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 notApplicableCount(Integer notApplicableCount)
The number of patches from the patch baseline that aren't applicable for the instance and hence aren't installed on the instance.
notApplicableCount
- The number of patches from the patch baseline that aren't applicable for the instance and hence aren't
installed on the instance.InstancePatchState.Builder operationStartTime(Instant operationStartTime)
The time the most recent patching operation was started on the instance.
operationStartTime
- The time the most recent patching operation was started on the instance.InstancePatchState.Builder operationEndTime(Instant operationEndTime)
The time the most recent patching operation completed on the instance.
operationEndTime
- The time the most recent patching operation completed on the instance.InstancePatchState.Builder operation(String operation)
The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL (install missing patches).
operation
- The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL
(install missing patches).PatchOperationType
,
PatchOperationType
InstancePatchState.Builder operation(PatchOperationType operation)
The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL (install missing patches).
operation
- The type of patching operation that was performed: SCAN (assess patch compliance state) or INSTALL
(install missing patches).PatchOperationType
,
PatchOperationType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.