Interface DockerImageAsset
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DockerImageAsset.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.780Z") @Stability(Stable) public interface DockerImageAsset extends software.amazon.jsii.JsiiSerializable
A file asset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDockerImageAsset.BuilderA builder forDockerImageAssetstatic classDockerImageAsset.Jsii$ProxyAn implementation forDockerImageAsset
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DockerImageAsset.Builderbuilder()Map<String,DockerImageDestination>getDestinations()Destinations for this container asset.default StringgetDisplayName()A display name for this asset.DockerImageSourcegetSource()Source description for container assets.
-
-
-
Method Detail
-
getDestinations
@Stability(Stable) @NotNull Map<String,DockerImageDestination> getDestinations()
Destinations for this container asset.
-
getSource
@Stability(Stable) @NotNull DockerImageSource getSource()
Source description for container assets.
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
A display name for this asset.Default: - The identifier will be used as the display name
-
builder
@Stability(Stable) static DockerImageAsset.Builder builder()
- Returns:
- a
DockerImageAsset.BuilderofDockerImageAsset
-
-