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();
 
  • Method Details

    • getRuntimeInfo

      @Stability(Deprecated) @Deprecated @Nullable default RuntimeInfo 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

      @Stability(Stable) static AssemblyBuildOptions.Builder builder()
      Returns:
      a AssemblyBuildOptions.Builder of AssemblyBuildOptions