Class Condition.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.syntax.rule.Condition.Builder
- All Implemented Interfaces:
SmithyBuilder<Condition>
- Enclosing class:
- Condition
A builder used to create a
Condition
class.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.fn
(Expression fn) result
(Identifier result)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fn
-
result
-
result
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceSmithyBuilder<Condition>
- Returns:
- an instance of T
-