Interface UpdateReviewTemplateLensReviewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateReviewTemplateLensReviewRequest.Builder,UpdateReviewTemplateLensReviewRequest>,SdkBuilder<UpdateReviewTemplateLensReviewRequest.Builder,UpdateReviewTemplateLensReviewRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateReviewTemplateLensReviewRequest
public static interface UpdateReviewTemplateLensReviewRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateReviewTemplateLensReviewRequest.Builder,UpdateReviewTemplateLensReviewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateReviewTemplateLensReviewRequest.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.UpdateReviewTemplateLensReviewRequest.BuilderlensNotes(String lensNotes)Sets the value of the LensNotes property for this object.UpdateReviewTemplateLensReviewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateReviewTemplateLensReviewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateReviewTemplateLensReviewRequest.BuilderpillarNotes(Map<String,String> pillarNotes)Sets the value of the PillarNotes property for this object.UpdateReviewTemplateLensReviewRequest.BuildertemplateArn(String templateArn)The review template ARN.-
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
-
templateArn
UpdateReviewTemplateLensReviewRequest.Builder templateArn(String templateArn)
The review template ARN.
- Parameters:
templateArn- The review template ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensAlias
UpdateReviewTemplateLensReviewRequest.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
UpdateReviewTemplateLensReviewRequest.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
UpdateReviewTemplateLensReviewRequest.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
UpdateReviewTemplateLensReviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateReviewTemplateLensReviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-