public static interface UpdateLensReviewResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<UpdateLensReviewResponse.Builder,UpdateLensReviewResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateLensReviewResponse.Builder |
lensReview(Consumer<LensReview.Builder> lensReview)
Sets the value of the LensReview property for this object.
|
UpdateLensReviewResponse.Builder |
lensReview(LensReview lensReview)
Sets the value of the LensReview property for this object.
|
UpdateLensReviewResponse.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLensReviewResponse.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.UpdateLensReviewResponse.Builder lensReview(LensReview lensReview)
lensReview - The new value for the LensReview property for this object.default UpdateLensReviewResponse.Builder lensReview(Consumer<LensReview.Builder> lensReview)
LensReview.Builder avoiding the need to
create one manually via LensReview.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lensReview(LensReview).
lensReview - a consumer that will call methods on LensReview.BuilderlensReview(LensReview)Copyright © 2023. All rights reserved.