public static interface LensReviewSummary.Builder extends SdkPojo, CopyableBuilder<LensReviewSummary.Builder,LensReviewSummary>
| Modifier and Type | Method and Description |
|---|---|
LensReviewSummary.Builder |
lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
LensReviewSummary.Builder |
lensArn(String lensArn)
The ARN for the lens.
|
LensReviewSummary.Builder |
lensName(String lensName)
Sets the value of the LensName property for this object.
|
LensReviewSummary.Builder |
lensStatus(LensStatus lensStatus)
The status of the lens.
|
LensReviewSummary.Builder |
lensStatus(String lensStatus)
The status of the lens.
|
LensReviewSummary.Builder |
lensVersion(String lensVersion)
The version of the lens.
|
LensReviewSummary.Builder |
prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
LensReviewSummary.Builder |
prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
LensReviewSummary.Builder |
profiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
LensReviewSummary.Builder |
profiles(Consumer<WorkloadProfile.Builder>... profiles)
The profiles associated with the workload.
|
LensReviewSummary.Builder |
profiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
LensReviewSummary.Builder |
riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReviewSummary.Builder |
riskCountsWithStrings(Map<String,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReviewSummary.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLensReviewSummary.Builder lensAlias(String lensAlias)
lensAlias - The new value for the LensAlias property for this object.LensReviewSummary.Builder lensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.LensReviewSummary.Builder lensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.LensReviewSummary.Builder lensName(String lensName)
lensName - The new value for the LensName property for this object.LensReviewSummary.Builder lensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatus,
LensStatusLensReviewSummary.Builder lensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatus,
LensStatusLensReviewSummary.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.LensReviewSummary.Builder riskCountsWithStrings(Map<String,Integer> riskCounts)
riskCounts - The new value for the RiskCounts property for this object.LensReviewSummary.Builder riskCounts(Map<Risk,Integer> riskCounts)
riskCounts - The new value for the RiskCounts property for this object.LensReviewSummary.Builder profiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
profiles - The profiles associated with the workload.LensReviewSummary.Builder profiles(WorkloadProfile... profiles)
The profiles associated with the workload.
profiles - The profiles associated with the workload.LensReviewSummary.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) LensReviewSummary.Builder prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
prioritizedRiskCounts - The new value for the PrioritizedRiskCounts property for this object.LensReviewSummary.Builder prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
prioritizedRiskCounts - The new value for the PrioritizedRiskCounts property for this object.Copyright © 2023. All rights reserved.