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 Summary
Modifier 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.RulesComponentBuilder
getSourceLocation, javaLocation, sourceLocation
-
Method Details
-
arguments
-
name
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-