Class Macos.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<Macos>
    Enclosing interface:
    Macos

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

      • Builder

        public Builder()
    • Method Detail

      • xcode

        @Stability(Experimental)
        public Macos.Builder xcode​(String xcode)
        Sets the value of Macos.getXcode()
        Parameters:
        xcode - The version of Xcode that is installed on the virtual machine. This parameter is required.
        Returns:
        this
      • build

        @Stability(Experimental)
        public Macos build()
        Builds the configured instance.
        Specified by:
        build in interface software.amazon.jsii.Builder<Macos>
        Returns:
        a new instance of Macos
        Throws:
        NullPointerException - if any required attribute was not provided