Class GetAttr.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder<GetAttr.Builder,GetAttr>
software.amazon.smithy.rulesengine.language.syntax.fn.GetAttr.Builder
- All Implemented Interfaces:
FromSourceLocation
,SmithyBuilder<GetAttr>
- Enclosing class:
- GetAttr
public static final class GetAttr.Builder
extends SourceLocationTrackingBuilder<GetAttr.Builder,GetAttr>
-
Field Summary
Fields inherited from class software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder
sourceLocation
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.target
(Expression target) Methods inherited from class software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder
getSourceLocation, sourceLocation
-
Method Details
-
target
-
path
-
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
-