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