Uses of Class
software.amazon.awscdk.cloudassembly.schema.IntegManifest.Builder
-
-
Uses of IntegManifest.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return IntegManifest.Builder Modifier and Type Method Description static IntegManifest.BuilderIntegManifest. builder()IntegManifest.BuilderIntegManifest.Builder. enableLookups(Boolean enableLookups)Sets the value ofIntegManifest.getEnableLookups()IntegManifest.BuilderIntegManifest.Builder. synthContext(Map<String,String> synthContext)Sets the value ofIntegManifest.getSynthContext()IntegManifest.BuilderIntegManifest.Builder. testCases(Map<String,? extends TestCase> testCases)Sets the value ofIntegManifest.getTestCases()IntegManifest.BuilderIntegManifest.Builder. version(String version)Sets the value ofIntegManifest.getVersion()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type IntegManifest.Builder Constructor Description Jsii$Proxy(IntegManifest.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegManifest.Builder.
-