Class CollectionShape.Builder<B extends CollectionShape.Builder<B,S>,S extends CollectionShape>

java.lang.Object
software.amazon.smithy.model.shapes.AbstractShapeBuilder<B,S>
software.amazon.smithy.model.shapes.CollectionShape.Builder<B,S>
Type Parameters:
B - Concrete builder type.
S - Shape type being created.
All Implemented Interfaces:
FromSourceLocation, SmithyBuilder<S>
Direct Known Subclasses:
ListShape.Builder
Enclosing class:
CollectionShape

public abstract static class CollectionShape.Builder<B extends CollectionShape.Builder<B,S>,S extends CollectionShape> extends AbstractShapeBuilder<B,S>
Builder used to create a List or Set shape.