Class LongShape.Builder
- java.lang.Object
-
- software.amazon.smithy.model.shapes.AbstractShapeBuilder<LongShape.Builder,LongShape>
-
- software.amazon.smithy.model.shapes.LongShape.Builder
-
- All Implemented Interfaces:
FromSourceLocation,SmithyBuilder<LongShape>
- Enclosing class:
- LongShape
public static final class LongShape.Builder extends AbstractShapeBuilder<LongShape.Builder,LongShape>
Builder used to create aLongShape.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description LongShapebuild()Creates an immutable object that is created from the properties that have been set on the builder.ShapeTypegetShapeType()Gets the type of shape being built.-
Methods inherited from class software.amazon.smithy.model.shapes.AbstractShapeBuilder
addMember, addTrait, addTraits, clearTraits, getId, getSourceLocation, id, id, removeTrait, removeTrait, source, source, traits
-
-
-
-
Method Detail
-
build
public LongShape 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
-
getShapeType
public ShapeType getShapeType()
Description copied from class:AbstractShapeBuilderGets the type of shape being built.- Specified by:
getShapeTypein classAbstractShapeBuilder<LongShape.Builder,LongShape>- Returns:
- Returns the shape type.
-
-