public static interface CheckSummary.Builder extends SdkPojo, CopyableBuilder<CheckSummary.Builder,CheckSummary>
| Modifier and Type | Method and Description |
|---|---|
CheckSummary.Builder |
accountSummary(Map<CheckStatus,Integer> accountSummary)
Account summary associated to the check.
|
CheckSummary.Builder |
accountSummaryWithStrings(Map<String,Integer> accountSummary)
Account summary associated to the check.
|
CheckSummary.Builder |
choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.
|
CheckSummary.Builder |
description(String description)
Trusted Advisor check description.
|
CheckSummary.Builder |
id(String id)
Trusted Advisor check ID.
|
CheckSummary.Builder |
lensArn(String lensArn)
Well-Architected Lens ARN associated to the check.
|
CheckSummary.Builder |
name(String name)
Trusted Advisor check name.
|
CheckSummary.Builder |
pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
CheckSummary.Builder |
provider(CheckProvider provider)
Provider of the check related to the best practice.
|
CheckSummary.Builder |
provider(String provider)
Provider of the check related to the best practice.
|
CheckSummary.Builder |
questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
CheckSummary.Builder |
status(CheckStatus status)
Status associated to the check.
|
CheckSummary.Builder |
status(String status)
Status associated to the check.
|
CheckSummary.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCheckSummary.Builder id(String id)
Trusted Advisor check ID.
id - Trusted Advisor check ID.CheckSummary.Builder name(String name)
Trusted Advisor check name.
name - Trusted Advisor check name.CheckSummary.Builder provider(String provider)
Provider of the check related to the best practice.
provider - Provider of the check related to the best practice.CheckProvider,
CheckProviderCheckSummary.Builder provider(CheckProvider provider)
Provider of the check related to the best practice.
provider - Provider of the check related to the best practice.CheckProvider,
CheckProviderCheckSummary.Builder description(String description)
Trusted Advisor check description.
description - Trusted Advisor check description.CheckSummary.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.CheckSummary.Builder lensArn(String lensArn)
Well-Architected Lens ARN associated to the check.
lensArn - Well-Architected Lens ARN associated to the check.CheckSummary.Builder pillarId(String pillarId)
pillarId - The new value for the PillarId property for this object.CheckSummary.Builder questionId(String questionId)
questionId - The new value for the QuestionId property for this object.CheckSummary.Builder choiceId(String choiceId)
choiceId - The new value for the ChoiceId property for this object.CheckSummary.Builder status(String status)
Status associated to the check.
status - Status associated to the check.CheckStatus,
CheckStatusCheckSummary.Builder status(CheckStatus status)
Status associated to the check.
status - Status associated to the check.CheckStatus,
CheckStatusCheckSummary.Builder accountSummaryWithStrings(Map<String,Integer> accountSummary)
Account summary associated to the check.
accountSummary - Account summary associated to the check.CheckSummary.Builder accountSummary(Map<CheckStatus,Integer> accountSummary)
Account summary associated to the check.
accountSummary - Account summary associated to the check.Copyright © 2023. All rights reserved.