@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:01.082Z") @Stability(value=Stable) public interface FileAssetLocation extends software.amazon.jsii.JsiiSerializable
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()
The name of the Amazon S3 bucket.
|
String |
getObjectKey()
The Amazon S3 object key.
|
String |
getS3Url()
The HTTP URL of this asset on Amazon S3.
|
@Stability(value=Stable) String getBucketName()
@Stability(value=Stable) String getObjectKey()
@Stability(value=Stable) String getS3Url()
@Stability(value=Stable) static FileAssetLocation.Builder builder()
FileAssetLocation.Builder
of FileAssetLocation
Copyright © 2019. All rights reserved.