| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static LensReview.Builder |
LensReview.builder() |
LensReview.Builder |
LensReview.Builder.lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
LensReview.Builder |
LensReview.Builder.lensArn(String lensArn)
The ARN for the lens.
|
LensReview.Builder |
LensReview.Builder.lensName(String lensName)
Sets the value of the LensName property for this object.
|
LensReview.Builder |
LensReview.Builder.lensStatus(LensStatus lensStatus)
The status of the lens.
|
LensReview.Builder |
LensReview.Builder.lensStatus(String lensStatus)
The status of the lens.
|
LensReview.Builder |
LensReview.Builder.lensVersion(String lensVersion)
The version of the lens.
|
LensReview.Builder |
LensReview.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
LensReview.Builder |
LensReview.Builder.notes(String notes)
Sets the value of the Notes property for this object.
|
LensReview.Builder |
LensReview.Builder.pillarReviewSummaries(Collection<PillarReviewSummary> pillarReviewSummaries)
Sets the value of the PillarReviewSummaries property for this object.
|
LensReview.Builder |
LensReview.Builder.pillarReviewSummaries(Consumer<PillarReviewSummary.Builder>... pillarReviewSummaries)
Sets the value of the PillarReviewSummaries property for this object.
|
LensReview.Builder |
LensReview.Builder.pillarReviewSummaries(PillarReviewSummary... pillarReviewSummaries)
Sets the value of the PillarReviewSummaries property for this object.
|
LensReview.Builder |
LensReview.Builder.prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
LensReview.Builder |
LensReview.Builder.prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
LensReview.Builder |
LensReview.Builder.profiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
LensReview.Builder |
LensReview.Builder.profiles(Consumer<WorkloadProfile.Builder>... profiles)
The profiles associated with the workload.
|
LensReview.Builder |
LensReview.Builder.profiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
LensReview.Builder |
LensReview.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReview.Builder |
LensReview.Builder.riskCountsWithStrings(Map<String,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReview.Builder |
LensReview.toBuilder() |
LensReview.Builder |
LensReview.Builder.updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LensReview.Builder> |
LensReview.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLensReviewResponse.Builder |
UpdateLensReviewResponse.Builder.lensReview(Consumer<LensReview.Builder> lensReview)
Sets the value of the LensReview property for this object.
|
default GetLensReviewResponse.Builder |
GetLensReviewResponse.Builder.lensReview(Consumer<LensReview.Builder> lensReview)
Sets the value of the LensReview property for this object.
|
Copyright © 2023. All rights reserved.