Class CfnGeneratedTemplatePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnGeneratedTemplatePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGeneratedTemplatePropsMixin>
- Enclosing class:
CfnGeneratedTemplatePropsMixin
@Stability(Stable)
public static final class CfnGeneratedTemplatePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGeneratedTemplatePropsMixin>
A fluent builder for
CfnGeneratedTemplatePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) generatedTemplateName(String generatedTemplateName) The name assigned to the generated template.templateConfiguration(CfnGeneratedTemplatePropsMixin.TemplateConfigurationProperty templateConfiguration) The configuration details of the generated template.templateConfiguration(IResolvable templateConfiguration) The configuration details of the generated template.
-
Method Details
-
create
@Stability(Stable) public static CfnGeneratedTemplatePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGeneratedTemplatePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGeneratedTemplatePropsMixin.Builder.
-
generatedTemplateName
@Stability(Stable) public CfnGeneratedTemplatePropsMixin.Builder generatedTemplateName(String generatedTemplateName) The name assigned to the generated template.- Parameters:
generatedTemplateName- The name assigned to the generated template. This parameter is required.- Returns:
this- See Also:
-
templateConfiguration
@Stability(Stable) public CfnGeneratedTemplatePropsMixin.Builder templateConfiguration(IResolvable templateConfiguration) The configuration details of the generated template.- Parameters:
templateConfiguration- The configuration details of the generated template. This parameter is required.- Returns:
this- See Also:
-
templateConfiguration
@Stability(Stable) public CfnGeneratedTemplatePropsMixin.Builder templateConfiguration(CfnGeneratedTemplatePropsMixin.TemplateConfigurationProperty templateConfiguration) The configuration details of the generated template.- Parameters:
templateConfiguration- The configuration details of the generated template. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGeneratedTemplatePropsMixin>- Returns:
- a newly built instance of
CfnGeneratedTemplatePropsMixin.
-