| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
static TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.builder() |
default TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.categorySpecificSummary(Consumer<TrustedAdvisorCategorySpecificSummary.Builder> categorySpecificSummary)
Summary information that relates to the category of the check.
|
TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.categorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
Summary information that relates to the category of the check.
|
TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.checkId(String checkId)
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.hasFlaggedResources(Boolean hasFlaggedResources)
Specifies whether the Trusted Advisor check has flagged resources.
|
default TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.resourcesSummary(Consumer<TrustedAdvisorResourcesSummary.Builder> resourcesSummary)
Sets the value of the ResourcesSummary property for this object.
|
TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.resourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
Sets the value of the ResourcesSummary property for this object.
|
TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.status(String status)
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
|
TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.Builder.timestamp(String timestamp)
The time of the last refresh of the check.
|
TrustedAdvisorCheckSummary.Builder |
TrustedAdvisorCheckSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrustedAdvisorCheckSummary.Builder> |
TrustedAdvisorCheckSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.