CopyableBuilder<TrustedAdvisorCheckSummary.Builder,TrustedAdvisorCheckSummary>, SdkBuilder<TrustedAdvisorCheckSummary.Builder,TrustedAdvisorCheckSummary>public static interface TrustedAdvisorCheckSummary.Builder extends CopyableBuilder<TrustedAdvisorCheckSummary.Builder,TrustedAdvisorCheckSummary>
| Modifier and Type | Method | Description |
|---|---|---|
TrustedAdvisorCheckSummary.Builder |
categorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary) |
Summary information that relates to the category of the check.
|
TrustedAdvisorCheckSummary.Builder |
checkId(String checkId) |
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckSummary.Builder |
hasFlaggedResources(Boolean hasFlaggedResources) |
Specifies whether the Trusted Advisor check has flagged resources.
|
TrustedAdvisorCheckSummary.Builder |
resourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary) |
|
TrustedAdvisorCheckSummary.Builder |
status(String status) |
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
|
TrustedAdvisorCheckSummary.Builder |
timestamp(String timestamp) |
The time of the last refresh of the check.
|
copyapply, buildTrustedAdvisorCheckSummary.Builder checkId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId - The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckSummary.Builder timestamp(String timestamp)
The time of the last refresh of the check.
timestamp - The time of the last refresh of the check.TrustedAdvisorCheckSummary.Builder status(String status)
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
status - The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".TrustedAdvisorCheckSummary.Builder hasFlaggedResources(Boolean hasFlaggedResources)
Specifies whether the Trusted Advisor check has flagged resources.
hasFlaggedResources - Specifies whether the Trusted Advisor check has flagged resources.TrustedAdvisorCheckSummary.Builder resourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
resourcesSummary - TrustedAdvisorCheckSummary.Builder categorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
categorySpecificSummary - Summary information that relates to the category of the check. Cost Optimizing is the only category
that is currently supported.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.