@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:39.657Z") @Stability(value=Experimental) public interface AssemblyBuildOptions extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssemblyBuildOptions.Builder
A builder for
AssemblyBuildOptions |
static class |
AssemblyBuildOptions.Jsii$Proxy
An implementation for
AssemblyBuildOptions |
| Modifier and Type | Method and Description |
|---|---|
static AssemblyBuildOptions.Builder |
builder() |
default RuntimeInfo |
getRuntimeInfo()
Deprecated.
All template modifications that should result from this should
have already been inserted into the template.
|
@Stability(value=Deprecated) @Deprecated @Nullable default RuntimeInfo getRuntimeInfo()
Default: - if this option is not specified, runtime info will not be included
@Stability(value=Experimental) static AssemblyBuildOptions.Builder builder()
AssemblyBuildOptions.Builder of AssemblyBuildOptionsCopyright © 2022. All rights reserved.