@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-12T01:56:03.933Z") @Stability(value=Stable) public interface FileAssetSource extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileAssetSource.Builder
A builder for
FileAssetSource |
static class |
FileAssetSource.Jsii$Proxy
An implementation for
FileAssetSource |
| Modifier and Type | Method and Description |
|---|---|
static FileAssetSource.Builder |
builder() |
String |
getFileName()
The path, relative to the root of the cloud assembly, in which this asset source resides.
|
FileAssetPackaging |
getPackaging()
Which type of packaging to perform.
|
String |
getSourceHash()
A hash on the content source.
|
@Stability(value=Stable) @NotNull String getFileName()
This can be a path to a file or a directory, dependning on the packaging type.
@Stability(value=Stable) @NotNull FileAssetPackaging getPackaging()
@Stability(value=Stable) @NotNull String getSourceHash()
This hash is used to uniquely identify this asset throughout the system. If this value doesn't change, the asset will not be rebuilt or republished.
@Stability(value=Stable) static FileAssetSource.Builder builder()
FileAssetSource.Builder of FileAssetSourceCopyright © 2020. All rights reserved.