Class CfnGeneratedTemplate.Builder
java.lang.Object
software.amazon.awscdk.services.cloudformation.CfnGeneratedTemplate.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGeneratedTemplate>
- Enclosing class:
CfnGeneratedTemplate
@Stability(Stable)
public static final class CfnGeneratedTemplate.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGeneratedTemplate>
A fluent builder for
CfnGeneratedTemplate.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnGeneratedTemplate.BuildergeneratedTemplateName(String generatedTemplateName) The name assigned to the generated template.templateConfiguration(IResolvable templateConfiguration) The configuration details of the generated template.templateConfiguration(CfnGeneratedTemplate.TemplateConfigurationProperty templateConfiguration) The configuration details of the generated template.
-
Method Details
-
create
@Stability(Stable) public static CfnGeneratedTemplate.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
CfnGeneratedTemplate.Builder.
-
generatedTemplateName
@Stability(Stable) public CfnGeneratedTemplate.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 CfnGeneratedTemplate.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 CfnGeneratedTemplate.Builder templateConfiguration(CfnGeneratedTemplate.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<CfnGeneratedTemplate>- Returns:
- a newly built instance of
CfnGeneratedTemplate.
-