Interface NestedCloudAssemblyProperties
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NestedCloudAssemblyProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.797Z") @Stability(Stable) public interface NestedCloudAssemblyProperties extends software.amazon.jsii.JsiiSerializable
Artifact properties for nested cloud assemblies.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNestedCloudAssemblyProperties.BuilderA builder forNestedCloudAssemblyPropertiesstatic classNestedCloudAssemblyProperties.Jsii$ProxyAn implementation forNestedCloudAssemblyProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NestedCloudAssemblyProperties.Builderbuilder()StringgetDirectoryName()Relative path to the nested cloud assembly.default StringgetDisplayName()Display name for the cloud assembly.
-
-
-
Method Detail
-
getDirectoryName
@Stability(Stable) @NotNull String getDirectoryName()
Relative path to the nested cloud assembly.
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
Display name for the cloud assembly.Default: - The artifact ID
-
builder
@Stability(Stable) static NestedCloudAssemblyProperties.Builder builder()
-
-