@Stability(value=Stable) public static final class SynthesisOptions.Builder extends Object
SynthesisOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SynthesisOptions |
build()
Builds the configured instance.
|
SynthesisOptions.Builder |
outdir(String outdir)
Sets the value of Outdir
|
SynthesisOptions.Builder |
runtimeInfo(RuntimeInfo runtimeInfo)
Sets the value of RuntimeInfo
|
SynthesisOptions.Builder |
skipValidation(Boolean skipValidation)
Sets the value of SkipValidation
|
@Stability(value=Stable) public SynthesisOptions.Builder outdir(String outdir)
outdir
- The output directory into which to synthesize the cloud assembly.this
@Stability(value=Stable) public SynthesisOptions.Builder skipValidation(Boolean skipValidation)
skipValidation
- Whether synthesis should skip the validation phase.this
@Stability(value=Experimental) public SynthesisOptions.Builder runtimeInfo(RuntimeInfo runtimeInfo)
runtimeInfo
- Include the specified runtime information (module versions) in manifest.this
@Stability(value=Stable) public SynthesisOptions build()
SynthesisOptions
NullPointerException
- if any required attribute was not providedCopyright © 2019. All rights reserved.