@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.459Z") @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 FileAssetLocation
Copyright © 2021. All rights reserved.