@Stability(value=Stable) public static final class LoadManifestOptions.Builder extends Object implements software.amazon.jsii.Builder<LoadManifestOptions>
LoadManifestOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LoadManifestOptions |
build()
Builds the configured instance.
|
LoadManifestOptions.Builder |
skipEnumCheck(Boolean skipEnumCheck)
Sets the value of
LoadManifestOptions.getSkipEnumCheck() |
LoadManifestOptions.Builder |
skipVersionCheck(Boolean skipVersionCheck)
Sets the value of
LoadManifestOptions.getSkipVersionCheck() |
@Stability(value=Stable) public LoadManifestOptions.Builder skipEnumCheck(Boolean skipEnumCheck)
LoadManifestOptions.getSkipEnumCheck()skipEnumCheck - Skip enum checks.
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.this@Stability(value=Stable) public LoadManifestOptions.Builder skipVersionCheck(Boolean skipVersionCheck)
LoadManifestOptions.getSkipVersionCheck()skipVersionCheck - Skip the version check.
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.this@Stability(value=Stable) public LoadManifestOptions build()
build in interface software.amazon.jsii.Builder<LoadManifestOptions>LoadManifestOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.