Class CfnGeneratedTemplateMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnGeneratedTemplateMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGeneratedTemplateMixinProps>
- Enclosing interface:
CfnGeneratedTemplateMixinProps
@Stability(Stable)
public static final class CfnGeneratedTemplateMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGeneratedTemplateMixinProps>
A builder for
CfnGeneratedTemplateMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.generatedTemplateName(String generatedTemplateName) Sets the value ofCfnGeneratedTemplateMixinProps.getGeneratedTemplateName()templateConfiguration(CfnGeneratedTemplatePropsMixin.TemplateConfigurationProperty templateConfiguration) Sets the value ofCfnGeneratedTemplateMixinProps.getTemplateConfiguration()templateConfiguration(IResolvable templateConfiguration) Sets the value ofCfnGeneratedTemplateMixinProps.getTemplateConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
generatedTemplateName
@Stability(Stable) public CfnGeneratedTemplateMixinProps.Builder generatedTemplateName(String generatedTemplateName) Sets the value ofCfnGeneratedTemplateMixinProps.getGeneratedTemplateName()- Parameters:
generatedTemplateName- The name assigned to the generated template.- Returns:
this
-
templateConfiguration
@Stability(Stable) public CfnGeneratedTemplateMixinProps.Builder templateConfiguration(IResolvable templateConfiguration) Sets the value ofCfnGeneratedTemplateMixinProps.getTemplateConfiguration()- Parameters:
templateConfiguration- The configuration details of the generated template.- Returns:
this
-
templateConfiguration
@Stability(Stable) public CfnGeneratedTemplateMixinProps.Builder templateConfiguration(CfnGeneratedTemplatePropsMixin.TemplateConfigurationProperty templateConfiguration) Sets the value ofCfnGeneratedTemplateMixinProps.getTemplateConfiguration()- Parameters:
templateConfiguration- The configuration details of the generated template.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGeneratedTemplateMixinProps>- Returns:
- a new instance of
CfnGeneratedTemplateMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-