Interface FileAsset
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FileAsset.Jsii$Proxy
@Generated(value="jsii-pacmak/1.114.1 (build 8a29f60)", date="2025-10-30T14:06:59.967Z") @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 Default Methods Modifier and Type Method Description static FileAsset.Builderbuilder()Map<String,FileDestination>getDestinations()Destinations for this file asset.default StringgetDisplayName()A display name for this 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.
-
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 FileAsset.Builder builder()
- Returns:
- a
FileAsset.BuilderofFileAsset
-
-