Interface GetLensReviewResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetLensReviewResponse.Builder,GetLensReviewResponse>, SdkBuilder<GetLensReviewResponse.Builder,GetLensReviewResponse>, SdkPojo, SdkResponse.Builder, WellArchitectedResponse.Builder
Enclosing class:
GetLensReviewResponse

public static interface GetLensReviewResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<GetLensReviewResponse.Builder,GetLensReviewResponse>
  • Method Details

    • workloadId

      GetLensReviewResponse.Builder workloadId(String workloadId)
      Sets the value of the WorkloadId property for this object.
      Parameters:
      workloadId - The new value for the WorkloadId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • milestoneNumber

      GetLensReviewResponse.Builder milestoneNumber(Integer milestoneNumber)
      Sets the value of the MilestoneNumber property for this object.
      Parameters:
      milestoneNumber - The new value for the MilestoneNumber property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensReview

      GetLensReviewResponse.Builder lensReview(LensReview lensReview)
      Sets the value of the LensReview property for this object.
      Parameters:
      lensReview - The new value for the LensReview property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensReview

      default GetLensReviewResponse.Builder lensReview(Consumer<LensReview.Builder> lensReview)
      Sets the value of the LensReview property for this object. This is a convenience method that creates an instance of the 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).

      Parameters:
      lensReview - a consumer that will call methods on LensReview.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: