Class SmithyBuildResult.Builder

    • 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.