public static interface PatchSummary.Builder extends SdkPojo, CopyableBuilder<PatchSummary.Builder,PatchSummary>
| Modifier and Type | Method and Description |
|---|---|
PatchSummary.Builder |
failedCount(Integer failedCount)
The number of patches from the compliance standard that failed to install.
|
PatchSummary.Builder |
id(String id)
The identifier of the compliance standard that was used to determine the patch compliance status.
|
PatchSummary.Builder |
installedCount(Integer installedCount)
The number of patches from the compliance standard that were installed successfully.
|
PatchSummary.Builder |
installedOtherCount(Integer installedOtherCount)
The number of installed patches that are not part of the compliance standard.
|
PatchSummary.Builder |
installedPendingReboot(Integer installedPendingReboot)
The number of patches that were applied, but that require the instance to be rebooted in order to be marked
as installed.
|
PatchSummary.Builder |
installedRejectedCount(Integer installedRejectedCount)
The number of patches that are installed but are also on a list of patches that the customer rejected.
|
PatchSummary.Builder |
missingCount(Integer missingCount)
The number of patches that are part of the compliance standard but are not installed.
|
PatchSummary.Builder |
operation(String operation)
The type of patch operation performed.
|
PatchSummary.Builder |
operationEndTime(String operationEndTime)
Indicates when the operation completed.
|
PatchSummary.Builder |
operationStartTime(String operationStartTime)
Indicates when the operation started.
|
PatchSummary.Builder |
rebootOption(String rebootOption)
The reboot option specified for the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPatchSummary.Builder id(String id)
The identifier of the compliance standard that was used to determine the patch compliance status.
id - The identifier of the compliance standard that was used to determine the patch compliance status.PatchSummary.Builder installedCount(Integer installedCount)
The number of patches from the compliance standard that were installed successfully.
installedCount - The number of patches from the compliance standard that were installed successfully.PatchSummary.Builder missingCount(Integer missingCount)
The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.
missingCount - The number of patches that are part of the compliance standard but are not installed. The count
includes patches that failed to install.PatchSummary.Builder failedCount(Integer failedCount)
The number of patches from the compliance standard that failed to install.
failedCount - The number of patches from the compliance standard that failed to install.PatchSummary.Builder installedOtherCount(Integer installedOtherCount)
The number of installed patches that are not part of the compliance standard.
installedOtherCount - The number of installed patches that are not part of the compliance standard.PatchSummary.Builder installedRejectedCount(Integer installedRejectedCount)
The number of patches that are installed but are also on a list of patches that the customer rejected.
installedRejectedCount - The number of patches that are installed but are also on a list of patches that the customer rejected.PatchSummary.Builder installedPendingReboot(Integer installedPendingReboot)
The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.
installedPendingReboot - The number of patches that were applied, but that require the instance to be rebooted in order to be
marked as installed.PatchSummary.Builder operationStartTime(String operationStartTime)
Indicates when the operation started.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
operationStartTime - Indicates when the operation started.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
PatchSummary.Builder operationEndTime(String operationEndTime)
Indicates when the operation completed.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
operationEndTime - Indicates when the operation completed.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
PatchSummary.Builder rebootOption(String rebootOption)
The reboot option specified for the instance.
rebootOption - The reboot option specified for the instance.PatchSummary.Builder operation(String operation)
The type of patch operation performed. For Patch Manager, the values are SCAN and
INSTALL.
operation - The type of patch operation performed. For Patch Manager, the values are SCAN and
INSTALL.Copyright © 2023. All rights reserved.