Class ArrayNode.Builder
java.lang.Object
software.amazon.smithy.model.node.ArrayNode.Builder
- All Implemented Interfaces:
SmithyBuilder<ArrayNode>
- Enclosing class:
- ArrayNode
Builder used to efficiently create an ArrayNode.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.sourceLocation
(SourceLocation sourceLocation) withoutValue
(Object value) withValue
(boolean value) <T extends ToNode>
ArrayNode.BuilderwithValue
(T value)
-
Method Details
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceSmithyBuilder<ArrayNode>
- Returns:
- an instance of T
-
sourceLocation
-
withValue
-
withValue
-
withValue
-
withValue
-
withoutValue
-
merge
-