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 SummaryConstructors
- 
Method SummaryModifier 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- 
Builderpublic Builder()
 
- 
- 
Method Details- 
fn
- 
result
- 
result
- 
buildDescription copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- SmithyBuilder<Condition>
- Returns:
- an instance of T
 
 
-