@Stability(value=Experimental) @Internal public static final class FileAssetLocation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileAssetLocation
FileAssetLocationsoftware.amazon.jsii.JsiiObject.InitializationModeFileAssetLocation.Builder, FileAssetLocation.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(String bucketName,
String httpUrl,
String objectKey,
String s3ObjectUrl)
Constructor that initializes the object based on literal property values passed by the
FileAssetLocation.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBucketName()
(experimental) The name of the Amazon S3 bucket.
|
String |
getHttpUrl()
(experimental) The HTTP URL of this asset on Amazon S3.
|
String |
getObjectKey()
(experimental) The Amazon S3 object key.
|
String |
getS3ObjectUrl()
(experimental) The S3 URL of this asset on Amazon S3.
|
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(String bucketName, String httpUrl, String objectKey, String s3ObjectUrl)
FileAssetLocation.Builder.public final String getBucketName()
FileAssetLocationgetBucketName in interface FileAssetLocationpublic final String getHttpUrl()
FileAssetLocationExample:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 https:
getHttpUrl in interface FileAssetLocationpublic final String getObjectKey()
FileAssetLocationgetObjectKey in interface FileAssetLocationpublic final String getS3ObjectUrl()
FileAssetLocationExample:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 s3:
getS3ObjectUrl in interface FileAssetLocation@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.