| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.builder() |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.complianceType(String complianceType)
The type of resource for which the compliance was determined.
|
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.compliantCriticalCount(Integer compliantCriticalCount)
For the patches that are compliant, the number that have a severity of
CRITICAL. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.compliantHighCount(Integer compliantHighCount)
For the patches that are compliant, the number that have a severity of
HIGH. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.compliantInformationalCount(Integer compliantInformationalCount)
For the patches that are compliant, the number that have a severity of
INFORMATIONAL. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.compliantLowCount(Integer compliantLowCount)
For the patches that are compliant, the number that have a severity of
LOW. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.compliantMediumCount(Integer compliantMediumCount)
For the patches that are compliant, the number that have a severity of
MEDIUM. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.compliantUnspecifiedCount(Integer compliantUnspecifiedCount)
For the patches that are compliant, the number that have a severity of
UNSPECIFIED. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.executionType(String executionType)
The type of execution that was used determine compliance.
|
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.nonCompliantCriticalCount(Integer nonCompliantCriticalCount)
For the patch items that are noncompliant, the number of items that have a severity of
CRITICAL. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.nonCompliantHighCount(Integer nonCompliantHighCount)
For the patches that are noncompliant, the number that have a severity of
HIGH. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.nonCompliantInformationalCount(Integer nonCompliantInformationalCount)
For the patches that are noncompliant, the number that have a severity of
INFORMATIONAL. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.nonCompliantLowCount(Integer nonCompliantLowCount)
For the patches that are noncompliant, the number that have a severity of
LOW. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.nonCompliantMediumCount(Integer nonCompliantMediumCount)
For the patches that are noncompliant, the number that have a severity of
MEDIUM. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.nonCompliantUnspecifiedCount(Integer nonCompliantUnspecifiedCount)
For the patches that are noncompliant, the number that have a severity of
UNSPECIFIED. |
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.overallSeverity(String overallSeverity)
The highest severity for the patches.
|
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.patchBaselineId(String patchBaselineId)
The identifier of the patch baseline.
|
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.patchGroup(String patchGroup)
The identifier of the patch group for which compliance was determined.
|
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.Builder.status(String status)
The current patch compliance status.
|
AwsSsmComplianceSummary.Builder |
AwsSsmComplianceSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsSsmComplianceSummary.Builder> |
AwsSsmComplianceSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsSsmPatch.Builder |
AwsSsmPatch.Builder.complianceSummary(Consumer<AwsSsmComplianceSummary.Builder> complianceSummary)
The compliance status details for the patch.
|
Copyright © 2023. All rights reserved.