Interface UpdateReviewTemplateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateReviewTemplateRequest.Builder,
,UpdateReviewTemplateRequest> SdkBuilder<UpdateReviewTemplateRequest.Builder,
,UpdateReviewTemplateRequest> SdkPojo
,SdkRequest.Builder
,WellArchitectedRequest.Builder
- Enclosing class:
UpdateReviewTemplateRequest
@Mutable
@NotThreadSafe
public static interface UpdateReviewTemplateRequest.Builder
extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateReviewTemplateRequest.Builder,UpdateReviewTemplateRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The review template description.lensesToAssociate
(String... lensesToAssociate) A list of lens aliases or ARNs to apply to the review template.lensesToAssociate
(Collection<String> lensesToAssociate) A list of lens aliases or ARNs to apply to the review template.lensesToDisassociate
(String... lensesToDisassociate) A list of lens aliases or ARNs to unapply to the review template.lensesToDisassociate
(Collection<String> lensesToDisassociate) A list of lens aliases or ARNs to unapply to the review template.Sets the value of the Notes property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.templateArn
(String templateArn) The review template ARN.templateName
(String templateName) The review template name.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
Method Details
-
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
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
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
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
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
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
A list of lens aliases or ARNs to unapply to the review template. The
wellarchitected
lens cannot be unapplied.- Parameters:
lensesToDisassociate
- A list of lens aliases or ARNs to unapply to the review template. Thewellarchitected
lens cannot be unapplied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensesToDisassociate
A list of lens aliases or ARNs to unapply to the review template. The
wellarchitected
lens cannot be unapplied.- Parameters:
lensesToDisassociate
- A list of lens aliases or ARNs to unapply to the review template. Thewellarchitected
lens cannot be unapplied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateReviewTemplateRequest.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
UpdateReviewTemplateRequest.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.
-