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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAttrbuild()Creates an immutable object that is created from the properties that have been set on the builder.GetAttr.Builderpath(java.lang.String path)GetAttr.Buildertarget(Expression target)-
Methods inherited from class software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder
getSourceLocation, sourceLocation
-
-
-
-
Method Detail
-
target
public GetAttr.Builder target(Expression target)
-
path
public GetAttr.Builder path(java.lang.String path)
-
build
public GetAttr build()
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-
-