public static interface TrustedAdvisorCheckSummary.Builder extends CopyableBuilder<TrustedAdvisorCheckSummary.Builder,TrustedAdvisorCheckSummary>
| Modifier and Type | Method and Description |
|---|---|
default TrustedAdvisorCheckSummary.Builder |
categorySpecificSummary(Consumer<TrustedAdvisorCategorySpecificSummary.Builder> categorySpecificSummary)
Summary information that relates to the category of the check.
|
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.
|
default TrustedAdvisorCheckSummary.Builder |
resourcesSummary(Consumer<TrustedAdvisorResourcesSummary.Builder> resourcesSummary)
Sets the value of the ResourcesSummary property for this object.
|
TrustedAdvisorCheckSummary.Builder |
resourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
Sets the value of the ResourcesSummary property for this object.
|
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 - The new value for the ResourcesSummary property for this object.default TrustedAdvisorCheckSummary.Builder resourcesSummary(Consumer<TrustedAdvisorResourcesSummary.Builder> resourcesSummary)
TrustedAdvisorResourcesSummary.Builder avoiding
the need to create one manually via TrustedAdvisorResourcesSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resourcesSummary(TrustedAdvisorResourcesSummary).resourcesSummary - a consumer that will call methods on TrustedAdvisorResourcesSummary.BuilderresourcesSummary(TrustedAdvisorResourcesSummary)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.default TrustedAdvisorCheckSummary.Builder categorySpecificSummary(Consumer<TrustedAdvisorCategorySpecificSummary.Builder> categorySpecificSummary)
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
This is a convenience that creates an instance of theTrustedAdvisorCategorySpecificSummary.Builder
avoiding the need to create one manually via TrustedAdvisorCategorySpecificSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
categorySpecificSummary(TrustedAdvisorCategorySpecificSummary).categorySpecificSummary - a consumer that will call methods on TrustedAdvisorCategorySpecificSummary.BuildercategorySpecificSummary(TrustedAdvisorCategorySpecificSummary)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.