public static interface ComplianceItemEntry.Builder extends CopyableBuilder<ComplianceItemEntry.Builder,ComplianceItemEntry>
| Modifier and Type | Method and Description |
|---|---|
ComplianceItemEntry.Builder |
details(Map<String,String> details)
A "Key": "Value" tag combination for the compliance item.
|
ComplianceItemEntry.Builder |
id(String id)
The compliance item ID.
|
ComplianceItemEntry.Builder |
severity(ComplianceSeverity severity)
The severity of the compliance status.
|
ComplianceItemEntry.Builder |
severity(String severity)
The severity of the compliance status.
|
ComplianceItemEntry.Builder |
status(ComplianceStatus status)
The status of the compliance item.
|
ComplianceItemEntry.Builder |
status(String status)
The status of the compliance item.
|
ComplianceItemEntry.Builder |
title(String title)
The title of the compliance item.
|
copyapply, buildComplianceItemEntry.Builder id(String id)
The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.
id - The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the
number of the KB article.ComplianceItemEntry.Builder title(String title)
The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch. Here's an example: Security Update for Active Directory Federation Services.
title - The title of the compliance item. For example, if the compliance item is a Windows patch, the title
could be the title of the KB article for the patch. Here's an example: Security Update for Active
Directory Federation Services.ComplianceItemEntry.Builder severity(String severity)
The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.
severity - The severity of the compliance status. Severity can be one of the following: Critical, High, Medium,
Low, Informational, Unspecified.ComplianceSeverity,
ComplianceSeverityComplianceItemEntry.Builder severity(ComplianceSeverity severity)
The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.
severity - The severity of the compliance status. Severity can be one of the following: Critical, High, Medium,
Low, Informational, Unspecified.ComplianceSeverity,
ComplianceSeverityComplianceItemEntry.Builder status(String status)
The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
status - The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.ComplianceStatus,
ComplianceStatusComplianceItemEntry.Builder status(ComplianceStatus status)
The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
status - The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.ComplianceStatus,
ComplianceStatusComplianceItemEntry.Builder details(Map<String,String> details)
A "Key": "Value" tag combination for the compliance item.
details - A "Key": "Value" tag combination for the compliance item.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.