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
Modifier and TypeMethodDescriptionSets the value of the LensAlias property for this object.Sets the value of the LensNotes property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pillarNotes
(Map<String, String> pillarNotes) Sets the value of the PillarNotes property for this object.workloadId
(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 Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateLensReviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-