Class SmithyBuildResult.Builder

    • Method Summary

      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addProjectionResult

        public SmithyBuildResult.Builder addProjectionResult​(ProjectionResult result)
        Adds a projection result to the builder.

        This method is thread-safe as a synchronized list is updated each time this is called.

        Parameters:
        result - Result to add.
        Returns:
        Returns the builder.