Interface UpdateLensReviewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateLensReviewResponse.Builder,UpdateLensReviewResponse>,SdkBuilder<UpdateLensReviewResponse.Builder,UpdateLensReviewResponse>,SdkPojo,SdkResponse.Builder,WellArchitectedResponse.Builder
- Enclosing class:
- UpdateLensReviewResponse
public static interface UpdateLensReviewResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<UpdateLensReviewResponse.Builder,UpdateLensReviewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateLensReviewResponse.BuilderlensReview(Consumer<LensReview.Builder> lensReview)Sets the value of the LensReview property for this object.UpdateLensReviewResponse.BuilderlensReview(LensReview lensReview)Sets the value of the LensReview property for this object.UpdateLensReviewResponse.BuilderworkloadId(String workloadId)Sets the value of the WorkloadId property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
workloadId
UpdateLensReviewResponse.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.
-
lensReview
UpdateLensReviewResponse.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 UpdateLensReviewResponse.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 theLensReview.Builderavoiding the need to create one manually viaLensReview.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolensReview(LensReview).- Parameters:
lensReview- a consumer that will call methods onLensReview.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lensReview(LensReview)
-
-