Class MemberShape.Builder
java.lang.Object
software.amazon.smithy.model.shapes.AbstractShapeBuilder<MemberShape.Builder,MemberShape>
 
software.amazon.smithy.model.shapes.MemberShape.Builder
- All Implemented Interfaces:
- FromSourceLocation,- SmithyBuilder<MemberShape>
- Enclosing class:
- MemberShape
public static class MemberShape.Builder
extends AbstractShapeBuilder<MemberShape.Builder,MemberShape> 
Builder used to create a 
MemberShape.- 
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.Sets a member shape ID on the builder.Sets a member shape ID on the builder.Methods inherited from class software.amazon.smithy.model.shapes.AbstractShapeBuilderaddMember, addMixin, addTrait, addTraits, clearMembers, clearMixins, clearTraits, flattenMixins, getAllTraits, getId, getSourceLocation, id, 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<MemberShape.Builder,- MemberShape> 
- Returns:
- Returns the shape type.
 
- 
targetSets a member shape ID on the builder.- Parameters:
- shapeId- MemberShape targeted shape ID.
- Returns:
- Returns the builder.
 
- 
targetSets a member shape ID on the builder.- Parameters:
- shapeId- Targeted shape ID as an absolute member.
- Returns:
- Returns the builder.
- Throws:
- ShapeIdSyntaxException- if the shape ID is invalid.
 
- 
getTarget- Returns:
- Returns the target currently set on the member.
 
 
-