Class Property.Builder
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.model.Property.Builder
- All Implemented Interfaces:
SmithyBuilder<Property>
- Enclosing class:
- Property
-
Method Summary
Modifier and TypeMethodDescriptionaddDependency
(String dependency) build()
Creates an immutable object that is created from the properties that have been set on the builder.dependencies
(List<String> dependencies) insertionOrder
(boolean insertionOrder)
-
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<Property>
- Returns:
- an instance of T
-
insertionOrder
-
dependencies
-
addDependency
-
clearDependencies
-
schema
-