Class ListShape.Builder
- java.lang.Object
-
- software.amazon.smithy.model.shapes.AbstractShapeBuilder<B,S>
-
- software.amazon.smithy.model.shapes.CollectionShape.Builder<ListShape.Builder,ListShape>
-
- software.amazon.smithy.model.shapes.ListShape.Builder
-
- All Implemented Interfaces:
FromSourceLocation,SmithyBuilder<ListShape>
- Enclosing class:
- ListShape
public static final class ListShape.Builder extends CollectionShape.Builder<ListShape.Builder,ListShape>
Builder used to create aListShape.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description ListShapebuild()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.CollectionShape.Builder
addMember, member, member, member
-
Methods inherited from class software.amazon.smithy.model.shapes.AbstractShapeBuilder
addTrait, addTraits, clearTraits, getId, getSourceLocation, id, id, removeTrait, removeTrait, source, source, traits
-
-
-
-
Method Detail
-
build
public ListShape 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<ListShape.Builder,ListShape>- Returns:
- Returns the shape type.
-
-