Location.Builder, Location.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBucketName()
The name of the S3 Bucket the object is in.
|
java.lang.String |
getObjectKey()
The path inside the Bucket where the object is located at.
|
java.lang.String |
getObjectVersion()
The S3 object version.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBucketName()
Location
getBucketName
in interface Location
public final java.lang.String getObjectKey()
Location
getObjectKey
in interface Location
public final java.lang.String getObjectVersion()
Location
getObjectVersion
in interface Location
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()