Class FlowTemplateReference.Builder
java.lang.Object
software.amazon.awscdk.services.iotthingsgraph.FlowTemplateReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FlowTemplateReference>
- Enclosing interface:
FlowTemplateReference
@Stability(Stable)
public static final class FlowTemplateReference.Builder
extends Object
implements software.amazon.jsii.Builder<FlowTemplateReference>
A builder for
FlowTemplateReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.flowTemplateId
(String flowTemplateId) Sets the value ofFlowTemplateReference.getFlowTemplateId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowTemplateId
Sets the value ofFlowTemplateReference.getFlowTemplateId()
- Parameters:
flowTemplateId
- The Id of the FlowTemplate resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<FlowTemplateReference>
- Returns:
- a new instance of
FlowTemplateReference
- Throws:
NullPointerException
- if any required attribute was not provided
-