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>
- Direct Known Subclasses:
- SetShape.Builder
- Enclosing class:
- ListShape
Builder used to create a 
ListShape.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.Gets the type of shape being built.Methods inherited from class software.amazon.smithy.model.shapes.CollectionShape.BuilderaddMember, clearMembers, flattenMixins, getMember, id, member, member, memberMethods inherited from class software.amazon.smithy.model.shapes.AbstractShapeBuilderaddMixin, addTrait, addTraits, clearMixins, clearTraits, getAllTraits, getId, getSourceLocation, id, mixins, removeMixin, removeTrait, removeTrait, source, source, traits
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
buildDescription 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
 
- 
getShapeTypeDescription copied from class:AbstractShapeBuilderGets the type of shape being built.- Specified by:
- getShapeTypein class- AbstractShapeBuilder<ListShape.Builder,- ListShape> 
- Returns:
- Returns the shape type.
 
 
-