Interface UpdateLensReviewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLensReviewRequest.Builder,UpdateLensReviewRequest>,SdkBuilder<UpdateLensReviewRequest.Builder,UpdateLensReviewRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateLensReviewRequest
public static interface UpdateLensReviewRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateLensReviewRequest.Builder,UpdateLensReviewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLensReviewRequest.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.UpdateLensReviewRequest.BuilderlensNotes(String lensNotes)Sets the value of the LensNotes property for this object.UpdateLensReviewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLensReviewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLensReviewRequest.BuilderpillarNotes(Map<String,String> pillarNotes)Sets the value of the PillarNotes property for this object.UpdateLensReviewRequest.BuilderworkloadId(String workloadId)Sets the value of the WorkloadId property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
workloadId
UpdateLensReviewRequest.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.
-
lensAlias
UpdateLensReviewRequest.Builder lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensNotes
UpdateLensReviewRequest.Builder lensNotes(String lensNotes)
Sets the value of the LensNotes property for this object.- Parameters:
lensNotes- The new value for the LensNotes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarNotes
UpdateLensReviewRequest.Builder pillarNotes(Map<String,String> pillarNotes)
Sets the value of the PillarNotes property for this object.- Parameters:
pillarNotes- The new value for the PillarNotes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLensReviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLensReviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-