@Stability(value=Stable) public static final class IntegManifest.Builder extends Object implements software.amazon.jsii.Builder<IntegManifest>
IntegManifest| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IntegManifest |
build()
Builds the configured instance.
|
IntegManifest.Builder |
enableLookups(Boolean enableLookups)
Sets the value of
IntegManifest.getEnableLookups() |
IntegManifest.Builder |
synthContext(Map<String,String> synthContext)
Sets the value of
IntegManifest.getSynthContext() |
IntegManifest.Builder |
testCases(Map<String,? extends TestCase> testCases)
Sets the value of
IntegManifest.getTestCases() |
IntegManifest.Builder |
version(String version)
Sets the value of
IntegManifest.getVersion() |
@Stability(value=Stable) public IntegManifest.Builder testCases(Map<String,? extends TestCase> testCases)
IntegManifest.getTestCases()testCases - test cases. This parameter is required.this@Stability(value=Stable) public IntegManifest.Builder version(String version)
IntegManifest.getVersion()version - Version of the manifest. This parameter is required.this@Stability(value=Stable) public IntegManifest.Builder enableLookups(Boolean enableLookups)
IntegManifest.getEnableLookups()enableLookups - Enable lookups for this test.
If lookups are enabled
then stackUpdateWorkflow must be set to false.
Lookups should only be enabled when you are explicitely testing
lookups.this@Stability(value=Stable) public IntegManifest.Builder synthContext(Map<String,String> synthContext)
IntegManifest.getSynthContext()synthContext - Additional context to use when performing a synth.
Any context provided here will override
any default contextthis@Stability(value=Stable) public IntegManifest build()
build in interface software.amazon.jsii.Builder<IntegManifest>IntegManifestNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.