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.Object
Builder used to create a SmithyPattern.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmithyPattern.Builder
allowsGreedyLabels(boolean allowsGreedyLabels)
SmithyPattern
build()
SmithyPattern.Builder
pattern(java.lang.String pattern)
SmithyPattern.Builder
segments(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()
-
-