public static interface CheckDetail.Builder extends SdkPojo, CopyableBuilder<CheckDetail.Builder,CheckDetail>
| Modifier and Type | Method and Description |
|---|---|
CheckDetail.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
CheckDetail.Builder |
choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.
|
CheckDetail.Builder |
description(String description)
Trusted Advisor check description.
|
CheckDetail.Builder |
flaggedResources(Integer flaggedResources)
Count of flagged resources associated to the check.
|
CheckDetail.Builder |
id(String id)
Trusted Advisor check ID.
|
CheckDetail.Builder |
lensArn(String lensArn)
Well-Architected Lens ARN associated to the check.
|
CheckDetail.Builder |
name(String name)
Trusted Advisor check name.
|
CheckDetail.Builder |
pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
CheckDetail.Builder |
provider(CheckProvider provider)
Provider of the check related to the best practice.
|
CheckDetail.Builder |
provider(String provider)
Provider of the check related to the best practice.
|
CheckDetail.Builder |
questionId(String questionId)
Sets the value of the QuestionId property for this object.
|
CheckDetail.Builder |
reason(CheckFailureReason reason)
Reason associated to the check.
|
CheckDetail.Builder |
reason(String reason)
Reason associated to the check.
|
CheckDetail.Builder |
status(CheckStatus status)
Status associated to the check.
|
CheckDetail.Builder |
status(String status)
Status associated to the check.
|
CheckDetail.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCheckDetail.Builder id(String id)
Trusted Advisor check ID.
id - Trusted Advisor check ID.CheckDetail.Builder name(String name)
Trusted Advisor check name.
name - Trusted Advisor check name.CheckDetail.Builder description(String description)
Trusted Advisor check description.
description - Trusted Advisor check description.CheckDetail.Builder provider(String provider)
Provider of the check related to the best practice.
provider - Provider of the check related to the best practice.CheckProvider,
CheckProviderCheckDetail.Builder provider(CheckProvider provider)
Provider of the check related to the best practice.
provider - Provider of the check related to the best practice.CheckProvider,
CheckProviderCheckDetail.Builder lensArn(String lensArn)
Well-Architected Lens ARN associated to the check.
lensArn - Well-Architected Lens ARN associated to the check.CheckDetail.Builder pillarId(String pillarId)
pillarId - The new value for the PillarId property for this object.CheckDetail.Builder questionId(String questionId)
questionId - The new value for the QuestionId property for this object.CheckDetail.Builder choiceId(String choiceId)
choiceId - The new value for the ChoiceId property for this object.CheckDetail.Builder status(String status)
Status associated to the check.
status - Status associated to the check.CheckStatus,
CheckStatusCheckDetail.Builder status(CheckStatus status)
Status associated to the check.
status - Status associated to the check.CheckStatus,
CheckStatusCheckDetail.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.CheckDetail.Builder flaggedResources(Integer flaggedResources)
Count of flagged resources associated to the check.
flaggedResources - Count of flagged resources associated to the check.CheckDetail.Builder reason(String reason)
Reason associated to the check.
reason - Reason associated to the check.CheckFailureReason,
CheckFailureReasonCheckDetail.Builder reason(CheckFailureReason reason)
Reason associated to the check.
reason - Reason associated to the check.CheckFailureReason,
CheckFailureReasonCheckDetail.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.Copyright © 2023. All rights reserved.