Class CfnReviewTemplatePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wellarchitected.CfnReviewTemplatePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReviewTemplatePropsMixin>
- Enclosing class:
CfnReviewTemplatePropsMixin
@Stability(Stable)
public static final class CfnReviewTemplatePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReviewTemplatePropsMixin>
A fluent builder for
CfnReviewTemplatePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The review template description.The lenses applied to the review template.The notes associated with the review template.tags(List<? extends CfnReviewTemplatePropsMixin.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 CfnReviewTemplatePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnReviewTemplatePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnReviewTemplatePropsMixin.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:
-
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 CfnReviewTemplatePropsMixin.Builder tags(List<? extends CfnReviewTemplatePropsMixin.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:
-
templateName
The name of the review template.- Parameters:
templateName- The name of the review template. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReviewTemplatePropsMixin>- Returns:
- a newly built instance of
CfnReviewTemplatePropsMixin.
-