Class CfnReviewTemplateMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wellarchitected.CfnReviewTemplateMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReviewTemplateMixinProps>
- Enclosing interface:
CfnReviewTemplateMixinProps
@Stability(Stable)
public static final class CfnReviewTemplateMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReviewTemplateMixinProps>
A builder for
CfnReviewTemplateMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnReviewTemplateMixinProps.getDescription()Sets the value ofCfnReviewTemplateMixinProps.getLenses()Sets the value ofCfnReviewTemplateMixinProps.getNotes()tags(List<? extends CfnReviewTemplatePropsMixin.TagsItemsProperty> tags) Sets the value ofCfnReviewTemplateMixinProps.getTags()templateName(String templateName) Sets the value ofCfnReviewTemplateMixinProps.getTemplateName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnReviewTemplateMixinProps.getDescription()- Parameters:
description- The review template description.- Returns:
this
-
lenses
Sets the value ofCfnReviewTemplateMixinProps.getLenses()- Parameters:
lenses- The lenses applied to the review template.- Returns:
this
-
notes
Sets the value ofCfnReviewTemplateMixinProps.getNotes()- Parameters:
notes- The notes associated with the review template.- Returns:
this
-
tags
@Stability(Stable) public CfnReviewTemplateMixinProps.Builder tags(List<? extends CfnReviewTemplatePropsMixin.TagsItemsProperty> tags) Sets the value ofCfnReviewTemplateMixinProps.getTags()- Parameters:
tags- The tags assigned to the review template.- Returns:
this
-
templateName
Sets the value ofCfnReviewTemplateMixinProps.getTemplateName()- Parameters:
templateName- The name of the review template.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReviewTemplateMixinProps>- Returns:
- a new instance of
CfnReviewTemplateMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-