public static interface LensReview.Builder extends SdkPojo, CopyableBuilder<LensReview.Builder,LensReview>
| Modifier and Type | Method and Description |
|---|---|
LensReview.Builder |
lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
LensReview.Builder |
lensArn(String lensArn)
The ARN for the lens.
|
LensReview.Builder |
lensName(String lensName)
Sets the value of the LensName property for this object.
|
LensReview.Builder |
lensStatus(LensStatus lensStatus)
The status of the lens.
|
LensReview.Builder |
lensStatus(String lensStatus)
The status of the lens.
|
LensReview.Builder |
lensVersion(String lensVersion)
The version of the lens.
|
LensReview.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
LensReview.Builder |
notes(String notes)
Sets the value of the Notes property for this object.
|
LensReview.Builder |
pillarReviewSummaries(Collection<PillarReviewSummary> pillarReviewSummaries)
Sets the value of the PillarReviewSummaries property for this object.
|
LensReview.Builder |
pillarReviewSummaries(Consumer<PillarReviewSummary.Builder>... pillarReviewSummaries)
Sets the value of the PillarReviewSummaries property for this object.
|
LensReview.Builder |
pillarReviewSummaries(PillarReviewSummary... pillarReviewSummaries)
Sets the value of the PillarReviewSummaries property for this object.
|
LensReview.Builder |
prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
LensReview.Builder |
prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
LensReview.Builder |
profiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
LensReview.Builder |
profiles(Consumer<WorkloadProfile.Builder>... profiles)
The profiles associated with the workload.
|
LensReview.Builder |
profiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
LensReview.Builder |
riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReview.Builder |
riskCountsWithStrings(Map<String,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReview.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLensReview.Builder lensAlias(String lensAlias)
lensAlias - The new value for the LensAlias property for this object.LensReview.Builder lensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.LensReview.Builder lensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.LensReview.Builder lensName(String lensName)
lensName - The new value for the LensName property for this object.LensReview.Builder lensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatus,
LensStatusLensReview.Builder lensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatus,
LensStatusLensReview.Builder pillarReviewSummaries(Collection<PillarReviewSummary> pillarReviewSummaries)
pillarReviewSummaries - The new value for the PillarReviewSummaries property for this object.LensReview.Builder pillarReviewSummaries(PillarReviewSummary... pillarReviewSummaries)
pillarReviewSummaries - The new value for the PillarReviewSummaries property for this object.LensReview.Builder pillarReviewSummaries(Consumer<PillarReviewSummary.Builder>... pillarReviewSummaries)
PillarReviewSummary.Builder avoiding the need
to create one manually via
PillarReviewSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pillarReviewSummaries(List.
pillarReviewSummaries - a consumer that will call methods on
PillarReviewSummary.Builder#pillarReviewSummaries(java.util.Collection) LensReview.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.LensReview.Builder notes(String notes)
notes - The new value for the Notes property for this object.LensReview.Builder riskCountsWithStrings(Map<String,Integer> riskCounts)
riskCounts - The new value for the RiskCounts property for this object.LensReview.Builder riskCounts(Map<Risk,Integer> riskCounts)
riskCounts - The new value for the RiskCounts property for this object.LensReview.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.LensReview.Builder profiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
profiles - The profiles associated with the workload.LensReview.Builder profiles(WorkloadProfile... profiles)
The profiles associated with the workload.
profiles - The profiles associated with the workload.LensReview.Builder profiles(Consumer<WorkloadProfile.Builder>... profiles)
The profiles associated with the workload.
This is a convenience method that creates an instance of theWorkloadProfile.Builder avoiding the need to
create one manually via
WorkloadProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #profiles(List.
profiles - a consumer that will call methods on
WorkloadProfile.Builder#profiles(java.util.Collection) LensReview.Builder prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
prioritizedRiskCounts - The new value for the PrioritizedRiskCounts property for this object.LensReview.Builder prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
prioritizedRiskCounts - The new value for the PrioritizedRiskCounts property for this object.Copyright © 2023. All rights reserved.