Interface UpdateReviewTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateReviewTemplateRequest.Builder,UpdateReviewTemplateRequest>,SdkBuilder<UpdateReviewTemplateRequest.Builder,UpdateReviewTemplateRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateReviewTemplateRequest
public static interface UpdateReviewTemplateRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateReviewTemplateRequest.Builder,UpdateReviewTemplateRequest>
-
-
Method Summary
-
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
UpdateReviewTemplateRequest.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.
-
templateName
UpdateReviewTemplateRequest.Builder templateName(String templateName)
The review template name.
- Parameters:
templateName- The review template name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateReviewTemplateRequest.Builder description(String description)
The review template description.
- Parameters:
description- The review template description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notes
UpdateReviewTemplateRequest.Builder notes(String notes)
Sets the value of the Notes property for this object.- Parameters:
notes- The new value for the Notes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensesToAssociate
UpdateReviewTemplateRequest.Builder lensesToAssociate(Collection<String> lensesToAssociate)
A list of lens aliases or ARNs to apply to the review template.
- Parameters:
lensesToAssociate- A list of lens aliases or ARNs to apply to the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensesToAssociate
UpdateReviewTemplateRequest.Builder lensesToAssociate(String... lensesToAssociate)
A list of lens aliases or ARNs to apply to the review template.
- Parameters:
lensesToAssociate- A list of lens aliases or ARNs to apply to the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensesToDisassociate
UpdateReviewTemplateRequest.Builder lensesToDisassociate(Collection<String> lensesToDisassociate)
A list of lens aliases or ARNs to unapply to the review template. The
wellarchitectedlens cannot be unapplied.- Parameters:
lensesToDisassociate- A list of lens aliases or ARNs to unapply to the review template. Thewellarchitectedlens cannot be unapplied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensesToDisassociate
UpdateReviewTemplateRequest.Builder lensesToDisassociate(String... lensesToDisassociate)
A list of lens aliases or ARNs to unapply to the review template. The
wellarchitectedlens cannot be unapplied.- Parameters:
lensesToDisassociate- A list of lens aliases or ARNs to unapply to the review template. Thewellarchitectedlens cannot be unapplied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateReviewTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateReviewTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-