Interface FileAsset
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FileAsset.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-18T12:13:36.906Z") @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
-
-