Interface CreateReviewTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateReviewTemplateRequest.Builder,CreateReviewTemplateRequest>,SdkBuilder<CreateReviewTemplateRequest.Builder,CreateReviewTemplateRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- CreateReviewTemplateRequest
public static interface CreateReviewTemplateRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<CreateReviewTemplateRequest.Builder,CreateReviewTemplateRequest>
-
-
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
-
templateName
CreateReviewTemplateRequest.Builder templateName(String templateName)
Name of the review template.
- Parameters:
templateName- Name of the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateReviewTemplateRequest.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.
-
lenses
CreateReviewTemplateRequest.Builder lenses(Collection<String> lenses)
Lenses applied to the review template.
- Parameters:
lenses- Lenses applied to the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lenses
CreateReviewTemplateRequest.Builder lenses(String... lenses)
Lenses applied to the review template.
- Parameters:
lenses- Lenses applied to the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notes
CreateReviewTemplateRequest.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.
-
tags
CreateReviewTemplateRequest.Builder tags(Map<String,String> tags)
The tags assigned to the review template.
- Parameters:
tags- The tags assigned to the review template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
CreateReviewTemplateRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateReviewTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateReviewTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-