Interface DockerImageAsset
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DockerImageAsset.Jsii$Proxy
@Generated(value="jsii-pacmak/1.106.0 (build e852934)", date="2025-02-10T00:25:42.939Z") @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 Modifier and Type Method Description static DockerImageAsset.Builderbuilder()Map<String,DockerImageDestination>getDestinations()Destinations for this file asset.DockerImageSourcegetSource()Source description for file assets.
-
-
-
Method Detail
-
getDestinations
@Stability(Stable) @NotNull Map<String,DockerImageDestination> getDestinations()
Destinations for this file asset.
-
getSource
@Stability(Stable) @NotNull DockerImageSource getSource()
Source description for file assets.
-
builder
@Stability(Stable) static DockerImageAsset.Builder builder()
- Returns:
- a
DockerImageAsset.BuilderofDockerImageAsset
-
-