@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.897Z") @Stability(value=Stable) public interface CloudAssemblyBuilderProps 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.*;
CloudAssemblyBuilder cloudAssemblyBuilder;
CloudAssemblyBuilderProps cloudAssemblyBuilderProps = CloudAssemblyBuilderProps.builder()
.assetOutdir("assetOutdir")
.parentBuilder(cloudAssemblyBuilder)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudAssemblyBuilderProps.Builder
A builder for
CloudAssemblyBuilderProps |
static class |
CloudAssemblyBuilderProps.Jsii$Proxy
An implementation for
CloudAssemblyBuilderProps |
| Modifier and Type | Method and Description |
|---|---|
static CloudAssemblyBuilderProps.Builder |
builder() |
default String |
getAssetOutdir()
Use the given asset output directory.
|
default CloudAssemblyBuilder |
getParentBuilder()
If this builder is for a nested assembly, the parent assembly builder.
|
@Stability(value=Stable) @Nullable default String getAssetOutdir()
Default: - Same as the manifest outdir
@Stability(value=Stable) @Nullable default CloudAssemblyBuilder getParentBuilder()
Default: - This is a root assembly
@Stability(value=Stable) static CloudAssemblyBuilderProps.Builder builder()
CloudAssemblyBuilderProps.Builder of CloudAssemblyBuilderPropsCopyright © 2022. All rights reserved.