Class FunctionNode.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.RulesComponentBuilder<FunctionNode.Builder,FunctionNode>
 
software.amazon.smithy.rulesengine.language.syntax.expressions.functions.FunctionNode.Builder
- All Implemented Interfaces:
- FromSourceLocation,- SmithyBuilder<FunctionNode>
- Enclosing class:
- FunctionNode
public static final class FunctionNode.Builder
extends RulesComponentBuilder<FunctionNode.Builder,FunctionNode> 
A builder used to create a 
FunctionNode class.- 
Method SummaryModifier and TypeMethodDescriptionarguments(List<? extends ToExpression> argv) build()Creates an immutable object that is created from the properties that have been set on the builder.name(StringNode functionName) Methods inherited from class software.amazon.smithy.rulesengine.language.RulesComponentBuildergetSourceLocation, javaLocation, sourceLocation
- 
Method Details- 
arguments
- 
name
- 
buildDescription copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
 
 
-