Package software.amazon.awscdk.cxapi
Class AssemblyBuildOptions.Builder
java.lang.Object
software.amazon.awscdk.cxapi.AssemblyBuildOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AssemblyBuildOptions>
- Enclosing interface:
AssemblyBuildOptions
@Stability(Stable)
public static final class AssemblyBuildOptions.Builder
extends Object
implements software.amazon.jsii.Builder<AssemblyBuildOptions>
A builder for
AssemblyBuildOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.runtimeInfo
(RuntimeInfo runtimeInfo) Deprecated.All template modifications that should result from this should have already been inserted into the template.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
runtimeInfo
@Stability(Deprecated) @Deprecated public AssemblyBuildOptions.Builder runtimeInfo(RuntimeInfo runtimeInfo) Deprecated.All template modifications that should result from this should have already been inserted into the template.Sets the value ofAssemblyBuildOptions.getRuntimeInfo()
- Parameters:
runtimeInfo
- Include the specified runtime information (module versions) in manifest.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AssemblyBuildOptions>
- Returns:
- a new instance of
AssemblyBuildOptions
- Throws:
NullPointerException
- if any required attribute was not provided
-