Class SmithyPattern.Builder
- java.lang.Object
-
- software.amazon.smithy.model.pattern.SmithyPattern.Builder
-
- Enclosing class:
- SmithyPattern
public static final class SmithyPattern.Builder extends java.lang.ObjectBuilder used to create a SmithyPattern.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmithyPattern.BuilderallowsGreedyLabels(boolean allowsGreedyLabels)SmithyPatternbuild()SmithyPattern.Builderpattern(java.lang.String pattern)SmithyPattern.Buildersegments(java.util.List<SmithyPattern.Segment> segments)
-
-
-
Method Detail
-
allowsGreedyLabels
public SmithyPattern.Builder allowsGreedyLabels(boolean allowsGreedyLabels)
-
pattern
public SmithyPattern.Builder pattern(java.lang.String pattern)
-
segments
public SmithyPattern.Builder segments(java.util.List<SmithyPattern.Segment> segments)
-
build
public SmithyPattern build()
-
-