@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:53.135Z") @Stability(value=Experimental) public interface FileAssetLocation extends software.amazon.jsii.JsiiSerializable
This is where the asset can be consumed at runtime.
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileAssetLocation.Builder
A builder for
FileAssetLocation |
static class |
FileAssetLocation.Jsii$Proxy
An implementation for
FileAssetLocation |
| Modifier and Type | Method and Description |
|---|---|
static FileAssetLocation.Builder |
builder() |
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.
|
@Stability(value=Experimental) @NotNull String getBucketName()
@Stability(value=Experimental) @NotNull String getHttpUrl()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 https:
@Stability(value=Experimental) @NotNull String getObjectKey()
@Stability(value=Experimental) @NotNull String getS3ObjectUrl()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 s3:
@Stability(value=Experimental) static FileAssetLocation.Builder builder()
FileAssetLocation.Builder of FileAssetLocationCopyright © 2021. All rights reserved.