@Stability(value=Experimental) @Internal public static final class FileSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileSource
FileSourcesoftware.amazon.jsii.JsiiObject.InitializationModeFileSource.Builder, FileSource.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<String> executable,
FileAssetPackaging packaging,
String path)
Constructor that initializes the object based on literal property values passed by the
FileSource.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getExecutable()
(experimental) External command which will produce the file asset to upload.
|
FileAssetPackaging |
getPackaging()
(experimental) Packaging method.
|
String |
getPath()
(experimental) The filesystem object to upload.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<String> executable, FileAssetPackaging packaging, String path)
FileSource.Builder.public final List<String> getExecutable()
FileSourceDefault: - Exactly one of `executable` and `path` is required.
getExecutable in interface FileSourcepublic final FileAssetPackaging getPackaging()
FileSource
Only allowed when path is specified.
Default: FILE
getPackaging in interface FileSourcepublic final String getPath()
FileSourceThis path is relative to the asset manifest location.
Default: - Exactly one of `executable` and `path` is required.
getPath in interface FileSource@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.