Class IntegerShape.Builder
- java.lang.Object
-
- software.amazon.smithy.model.shapes.AbstractShapeBuilder<IntegerShape.Builder,IntegerShape>
-
- software.amazon.smithy.model.shapes.IntegerShape.Builder
-
- All Implemented Interfaces:
FromSourceLocation
,SmithyBuilder<IntegerShape>
- Direct Known Subclasses:
IntEnumShape.Builder
- Enclosing class:
- IntegerShape
public static class IntegerShape.Builder extends AbstractShapeBuilder<IntegerShape.Builder,IntegerShape>
Builder used to create aIntegerShape
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerShape
build()
Creates an immutable object that is created from the properties that have been set on the builder.ShapeType
getShapeType()
Gets the type of shape being built.-
Methods inherited from class software.amazon.smithy.model.shapes.AbstractShapeBuilder
addMember, addMixin, addTrait, addTraits, clearMembers, clearMixins, clearTraits, flattenMixins, getAllTraits, getId, getMember, getSourceLocation, id, id, mixins, removeMixin, removeTrait, removeTrait, source, source, traits
-
-
-
-
Method Detail
-
build
public IntegerShape 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
-
getShapeType
public ShapeType getShapeType()
Description copied from class:AbstractShapeBuilder
Gets the type of shape being built.- Specified by:
getShapeType
in classAbstractShapeBuilder<IntegerShape.Builder,IntegerShape>
- Returns:
- Returns the shape type.
-
-