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 |
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.Copyright © 2022. All rights reserved.