@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-17T00:04:14.721Z") @Stability(value=Stable) 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()
The name of the S3 Bucket the object is in.
|
String |
getObjectKey()
The path inside the Bucket where the object is located at.
|
default String |
getObjectVersion()
The S3 object version.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @NotNull String getObjectKey()
@Stability(value=Stable) @Nullable default String getObjectVersion()
@Stability(value=Stable) static Location.Builder builder()
Location.Builder
of Location
Copyright © 2021. All rights reserved.