@Stability(value=Experimental) public static final class HasteConfig.Builder extends Object implements software.amazon.jsii.Builder<HasteConfig>
HasteConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HasteConfig |
build()
Builds the configured instance.
|
HasteConfig.Builder |
computeSha1(Boolean computeSha1)
Sets the value of
HasteConfig.getComputeSha1() |
HasteConfig.Builder |
defaultPlatform(String defaultPlatform)
Sets the value of
HasteConfig.getDefaultPlatform() |
HasteConfig.Builder |
hasteImplModulePath(String hasteImplModulePath)
Sets the value of
HasteConfig.getHasteImplModulePath() |
HasteConfig.Builder |
platforms(List<String> platforms)
Sets the value of
HasteConfig.getPlatforms() |
HasteConfig.Builder |
throwOnModuleCollision(Boolean throwOnModuleCollision)
Sets the value of
HasteConfig.getThrowOnModuleCollision() |
@Stability(value=Experimental) public HasteConfig.Builder computeSha1(Boolean computeSha1)
HasteConfig.getComputeSha1()computeSha1 - the value to be set.this@Stability(value=Experimental) public HasteConfig.Builder defaultPlatform(String defaultPlatform)
HasteConfig.getDefaultPlatform()defaultPlatform - the value to be set.this@Stability(value=Experimental) public HasteConfig.Builder hasteImplModulePath(String hasteImplModulePath)
HasteConfig.getHasteImplModulePath()hasteImplModulePath - the value to be set.this@Stability(value=Experimental) public HasteConfig.Builder platforms(List<String> platforms)
HasteConfig.getPlatforms()platforms - the value to be set.this@Stability(value=Experimental) public HasteConfig.Builder throwOnModuleCollision(Boolean throwOnModuleCollision)
HasteConfig.getThrowOnModuleCollision()throwOnModuleCollision - the value to be set.this@Stability(value=Experimental) public HasteConfig build()
build in interface software.amazon.jsii.Builder<HasteConfig>HasteConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.