CopyableBuilder<TrustedAdvisorCheckResult.Builder,TrustedAdvisorCheckResult>
, SdkBuilder<TrustedAdvisorCheckResult.Builder,TrustedAdvisorCheckResult>
public static interface TrustedAdvisorCheckResult.Builder extends CopyableBuilder<TrustedAdvisorCheckResult.Builder,TrustedAdvisorCheckResult>
Modifier and Type | Method | Description |
---|---|---|
TrustedAdvisorCheckResult.Builder |
categorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary) |
Summary information that relates to the category of the check.
|
TrustedAdvisorCheckResult.Builder |
checkId(String checkId) |
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckResult.Builder |
flaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources) |
The details about each resource listed in the check result.
|
TrustedAdvisorCheckResult.Builder |
flaggedResources(TrustedAdvisorResourceDetail... flaggedResources) |
The details about each resource listed in the check result.
|
TrustedAdvisorCheckResult.Builder |
resourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary) |
|
TrustedAdvisorCheckResult.Builder |
status(String status) |
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
|
TrustedAdvisorCheckResult.Builder |
timestamp(String timestamp) |
The time of the last refresh of the check.
|
copy
apply, build
TrustedAdvisorCheckResult.Builder checkId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId
- The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckResult.Builder timestamp(String timestamp)
The time of the last refresh of the check.
timestamp
- The time of the last refresh of the check.TrustedAdvisorCheckResult.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".TrustedAdvisorCheckResult.Builder resourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
resourcesSummary
- TrustedAdvisorCheckResult.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.TrustedAdvisorCheckResult.Builder flaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources)
The details about each resource listed in the check result.
flaggedResources
- The details about each resource listed in the check result.TrustedAdvisorCheckResult.Builder flaggedResources(TrustedAdvisorResourceDetail... flaggedResources)
The details about each resource listed in the check result.
NOTE: This method appends the values to the existing list (if any). Use
#setFlaggedResources(java.util.Collection)
or #withFlaggedResources(java.util.Collection)
if
you want to override the existing values.
flaggedResources
- The details about each resource listed in the check result.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.