Interface FileAsset
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FileAsset.Jsii$Proxy
@Generated(value="jsii-pacmak/1.106.0 (build e852934)", date="2025-02-10T00:25:42.943Z") @Stability(Stable) public interface FileAsset extends software.amazon.jsii.JsiiSerializable
A file asset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFileAsset.BuilderA builder forFileAssetstatic classFileAsset.Jsii$ProxyAn implementation forFileAsset
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FileAsset.Builderbuilder()Map<String,FileDestination>getDestinations()Destinations for this file asset.FileSourcegetSource()Source description for file assets.
-
-
-
Method Detail
-
getDestinations
@Stability(Stable) @NotNull Map<String,FileDestination> getDestinations()
Destinations for this file asset.
-
getSource
@Stability(Stable) @NotNull FileSource getSource()
Source description for file assets.
-
builder
@Stability(Stable) static FileAsset.Builder builder()
- Returns:
- a
FileAsset.BuilderofFileAsset
-
-