@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:46.742Z") @Stability(value=Experimental) public interface Location extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Location.Builder
A builder for
Location |
static class |
Location.Jsii$Proxy
An implementation for
Location |
| Modifier and Type | Method and Description |
|---|---|
static Location.Builder |
builder() |
String |
getBucketName()
(experimental) The name of the S3 Bucket the object is in.
|
String |
getObjectKey()
(experimental) The path inside the Bucket where the object is located at.
|
default String |
getObjectVersion()
(experimental) The S3 object version.
|
@Stability(value=Experimental) @NotNull String getBucketName()
@Stability(value=Experimental) @NotNull String getObjectKey()
@Stability(value=Experimental) @Nullable default String getObjectVersion()
@Stability(value=Experimental) static Location.Builder builder()
Location.Builder of LocationCopyright © 2021. All rights reserved.