public static final class SmithyBuildResult.Builder extends java.lang.Object implements SmithyBuilder<SmithyBuildResult>
Modifier and Type | Method and Description |
---|---|
SmithyBuildResult.Builder |
addProjectionResult(ProjectionResult result)
Adds a projection result to the builder.
|
SmithyBuildResult |
build()
Creates an immutable object that is created from the properties
that have been set on the builder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requiredState
public SmithyBuildResult build()
SmithyBuilder
build
in interface SmithyBuilder<SmithyBuildResult>
public SmithyBuildResult.Builder addProjectionResult(ProjectionResult result)
This method is thread-safe as a synchronized list is updated each time this is called.
result
- Result to add.