Package software.amazon.awscdk.cxapi
Interface AssemblyBuildOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
SynthesisOptions
- All Known Implementing Classes:
AssemblyBuildOptions.Jsii$Proxy,SynthesisOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:54.713Z")
@Stability(Stable)
public interface AssemblyBuildOptions
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
AssemblyBuildOptions assemblyBuildOptions = AssemblyBuildOptions.builder()
.runtimeInfo(RuntimeInfo.builder()
.libraries(Map.of(
"librariesKey", "libraries"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAssemblyBuildOptionsstatic final classAn implementation forAssemblyBuildOptions -
Method Summary
Modifier and TypeMethodDescriptionstatic AssemblyBuildOptions.Builderbuilder()default RuntimeInfoDeprecated.All template modifications that should result from this should have already been inserted into the template.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRuntimeInfo
Deprecated.All template modifications that should result from this should have already been inserted into the template.(deprecated) Include the specified runtime information (module versions) in manifest.Default: - if this option is not specified, runtime info will not be included
-
builder
- Returns:
- a
AssemblyBuildOptions.BuilderofAssemblyBuildOptions
-