Package software.amazon.smithy.contracts
Class Condition.Builder
java.lang.Object
software.amazon.smithy.contracts.Condition.Builder
- All Implemented Interfaces:
SmithyBuilder<Condition>
- Enclosing class:
- Condition
Builder for
Condition.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.documentation(String documentation) expression(String expression) sourceLocation(SourceLocation sourceLocation)
-
Method Details
-
sourceLocation
-
expression
-
documentation
-
build
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceSmithyBuilder<Condition>- Returns:
- an instance of T
-