Class ShapeClosure.Builder
java.lang.Object
software.amazon.smithy.model.metadata.ShapeClosure.Builder
- All Implemented Interfaces:
SmithyBuilder<ShapeClosure>
- Enclosing class:
- ShapeClosure
public static final class ShapeClosure.Builder
extends Object
implements SmithyBuilder<ShapeClosure>
Builds a
ShapeClosure.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.documentation(String documentation) includeBySelector(String includeBySelector) includeNamespaces(Collection<String> includeNamespaces) sourceLocation(FromSourceLocation sourceLocation)
-
Method Details
-
build
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceSmithyBuilder<ShapeClosure>- Returns:
- an instance of T
-
id
-
includeNamespaces
-
includeBySelector
-
rename
-
documentation
-
sourceLocation
-