public static interface GetLensReviewResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<GetLensReviewResponse.Builder,GetLensReviewResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLensReviewResponse.Builder |
lensReview(Consumer<LensReview.Builder> lensReview)
Sets the value of the LensReview property for this object.
|
GetLensReviewResponse.Builder |
lensReview(LensReview lensReview)
Sets the value of the LensReview property for this object.
|
GetLensReviewResponse.Builder |
milestoneNumber(Integer milestoneNumber)
Sets the value of the MilestoneNumber property for this object.
|
GetLensReviewResponse.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLensReviewResponse.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.GetLensReviewResponse.Builder milestoneNumber(Integer milestoneNumber)
milestoneNumber - The new value for the MilestoneNumber property for this object.GetLensReviewResponse.Builder lensReview(LensReview lensReview)
lensReview - The new value for the LensReview property for this object.default GetLensReviewResponse.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.