| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
CheckSummary.Builder |
CheckSummary.Builder.accountSummary(Map<CheckStatus,Integer> accountSummary)
Account summary associated to the check.
|
CheckSummary.Builder |
CheckSummary.Builder.accountSummaryWithStrings(Map<String,Integer> accountSummary)
Account summary associated to the check.
|
static CheckSummary.Builder |
CheckSummary.builder() |
CheckSummary.Builder |
CheckSummary.Builder.choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.
|
CheckSummary.Builder |
CheckSummary.Builder.description(String description)
Trusted Advisor check description.
|
CheckSummary.Builder |
CheckSummary.Builder.id(String id)
Trusted Advisor check ID.
|
CheckSummary.Builder |
CheckSummary.Builder.lensArn(String lensArn)
Well-Architected Lens ARN associated to the check.
|
CheckSummary.Builder |
CheckSummary.Builder.name(String name)
Trusted Advisor check name.
|
CheckSummary.Builder |
CheckSummary.Builder.pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
CheckSummary.Builder |
CheckSummary.Builder.provider(CheckProvider provider)
Provider of the check related to the best practice.
|
CheckSummary.Builder |
CheckSummary.Builder.provider(String provider)
Provider of the check related to the best practice.
|
CheckSummary.Builder |
CheckSummary.Builder.questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
CheckSummary.Builder |
CheckSummary.Builder.status(CheckStatus status)
Status associated to the check.
|
CheckSummary.Builder |
CheckSummary.Builder.status(String status)
Status associated to the check.
|
CheckSummary.Builder |
CheckSummary.toBuilder() |
CheckSummary.Builder |
CheckSummary.Builder.updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CheckSummary.Builder> |
CheckSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.