Class CfnFlowTemplateProps.Builder
java.lang.Object
software.amazon.awscdk.services.iotthingsgraph.CfnFlowTemplateProps.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnFlowTemplateProps>
- Enclosing interface:
 CfnFlowTemplateProps
@Stability(Stable)
public static final class CfnFlowTemplateProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowTemplateProps>
A builder for 
CfnFlowTemplateProps- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.compatibleNamespaceVersion(Number compatibleNamespaceVersion) Sets the value ofCfnFlowTemplateProps.getCompatibleNamespaceVersion()definition(IResolvable definition) Sets the value ofCfnFlowTemplateProps.getDefinition()definition(CfnFlowTemplate.DefinitionDocumentProperty definition) Sets the value ofCfnFlowTemplateProps.getDefinition() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
definition
Sets the value ofCfnFlowTemplateProps.getDefinition()- Parameters:
 definition- the value to be set. This parameter is required.- Returns:
 this
 - 
definition
@Stability(Stable) public CfnFlowTemplateProps.Builder definition(CfnFlowTemplate.DefinitionDocumentProperty definition) Sets the value ofCfnFlowTemplateProps.getDefinition()- Parameters:
 definition- the value to be set. This parameter is required.- Returns:
 this
 - 
compatibleNamespaceVersion
@Stability(Stable) public CfnFlowTemplateProps.Builder compatibleNamespaceVersion(Number compatibleNamespaceVersion) Sets the value ofCfnFlowTemplateProps.getCompatibleNamespaceVersion()- Parameters:
 compatibleNamespaceVersion- the value to be set.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnFlowTemplateProps>- Returns:
 - a new instance of 
CfnFlowTemplateProps - Throws:
 NullPointerException- if any required attribute was not provided
 
 -