@Stability(value=Stable) public static final class CloudAssembly.Builder extends Object implements software.amazon.jsii.Builder<CloudAssembly>
CloudAssembly.| Modifier and Type | Method and Description |
|---|---|
CloudAssembly |
build() |
static CloudAssembly.Builder |
create(String directory) |
CloudAssembly.Builder |
skipEnumCheck(Boolean skipEnumCheck)
Skip enum checks.
|
CloudAssembly.Builder |
skipVersionCheck(Boolean skipVersionCheck)
Skip the version check.
|
@Stability(value=Stable) public static CloudAssembly.Builder create(String directory)
directory - The root directory of the assembly. This parameter is required.CloudAssembly.Builder.@Stability(value=Stable) public CloudAssembly.Builder skipEnumCheck(Boolean skipEnumCheck)
This means you may read enum values you don't know about yet. Make sure to always check the values of enums you encounter in the manifest.
Default: false
skipEnumCheck - Skip enum checks. This parameter is required.this@Stability(value=Stable) public CloudAssembly.Builder skipVersionCheck(Boolean skipVersionCheck)
This means you may read a newer cloud assembly than the CX API is designed to support, and your application may not be aware of all features that in use in the Cloud Assembly.
Default: false
skipVersionCheck - Skip the version check. This parameter is required.this@Stability(value=Stable) public CloudAssembly build()
build in interface software.amazon.jsii.Builder<CloudAssembly>Copyright © 2022. All rights reserved.