Class CfnReviewTemplate.Builder
java.lang.Object
software.amazon.awscdk.services.wellarchitected.CfnReviewTemplate.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReviewTemplate>
- Enclosing class:
CfnReviewTemplate
@Stability(Stable)
public static final class CfnReviewTemplate.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReviewTemplate>
A fluent builder for
CfnReviewTemplate.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnReviewTemplate.Builderdescription(String description) The review template description.The lenses applied to the review template.The notes associated with the review template.tags(List<? extends CfnReviewTemplate.TagsItemsProperty> tags) The tags assigned to the review template.templateName(String templateName) The name of the review template.
-
Method Details
-
create
@Stability(Stable) public static CfnReviewTemplate.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnReviewTemplate.Builder.
-
description
The review template description.- Parameters:
description- The review template description. This parameter is required.- Returns:
this- See Also:
-
lenses
The lenses applied to the review template.- Parameters:
lenses- The lenses applied to the review template. This parameter is required.- Returns:
this- See Also:
-
templateName
The name of the review template.- Parameters:
templateName- The name of the review template. This parameter is required.- Returns:
this- See Also:
-
notes
The notes associated with the review template.- Parameters:
notes- The notes associated with the review template. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnReviewTemplate.Builder tags(List<? extends CfnReviewTemplate.TagsItemsProperty> tags) The tags assigned to the review template.- Parameters:
tags- The tags assigned to the review template. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReviewTemplate>- Returns:
- a newly built instance of
CfnReviewTemplate.
-