Class FileSource.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_schema.FileSource.Jsii$Proxy
- All Implemented Interfaces:
FileSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FileSource
@Stability(Stable)
@Internal
public static final class FileSource.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FileSource
An implementation for
FileSource-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cloud_assembly_schema.FileSource
FileSource.Builder, FileSource.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(FileSource.Builder builder) Constructor that initializes the object based on literal property values passed by theFileSource.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanExternal command which will produce the file asset to upload.final FileAssetPackagingPackaging method.final StringgetPath()The filesystem object to upload.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theFileSource.Builder.
-
-
Method Details
-
getExecutable
Description copied from interface:FileSourceExternal command which will produce the file asset to upload.Default: - Exactly one of `executable` and `path` is required.
- Specified by:
getExecutablein interfaceFileSource
-
getPackaging
Description copied from interface:FileSourcePackaging method.Only allowed when
pathis specified.Default: FILE
- Specified by:
getPackagingin interfaceFileSource
-
getPath
Description copied from interface:FileSourceThe filesystem object to upload.This path is relative to the asset manifest location.
Default: - Exactly one of `executable` and `path` is required.
- Specified by:
getPathin interfaceFileSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-