Class ProjenrcJson.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<ProjenrcJson>
    Enclosing class:
    ProjenrcJson

    @Stability(Experimental)
    public static final class ProjenrcJson.Builder
    extends Object
    implements software.amazon.jsii.Builder<ProjenrcJson>
    (experimental) A fluent builder for ProjenrcJson.
    • Method Detail

      • filename

        @Stability(Experimental)
        public ProjenrcJson.Builder filename​(String filename)
        (experimental) The name of the projenrc file.

        Default: ".projenrc.json"

        Parameters:
        filename - The name of the projenrc file. This parameter is required.
        Returns:
        this
      • build

        @Stability(Experimental)
        public ProjenrcJson build()
        Specified by:
        build in interface software.amazon.jsii.Builder<ProjenrcJson>
        Returns:
        a newly built instance of ProjenrcJson.