Class Macos.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.circleci.Macos.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Macosbuild()Builds the configured instance.Macos.Builderxcode(String xcode)Sets the value ofMacos.getXcode()
-
-
-
Method Detail
-
xcode
@Stability(Experimental) public Macos.Builder xcode(String xcode)
Sets the value ofMacos.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:
buildin interfacesoftware.amazon.jsii.Builder<Macos>- Returns:
- a new instance of
Macos - Throws:
NullPointerException- if any required attribute was not provided
-
-