public static final class S3DownloadOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3DownloadOptions
S3DownloadOptions
S3DownloadOptions.Builder, S3DownloadOptions.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) |
IBucket |
getBucket()
Name of the S3 bucket to download from.
|
java.lang.String |
getBucketKey()
The key of the file to download.
|
java.lang.String |
getLocalFile()
The name of the local file.
|
java.lang.String |
getRegion()
The region of the S3 Bucket (needed for access via VPC Gateway).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IBucket getBucket()
S3DownloadOptions
getBucket
in interface S3DownloadOptions
public final java.lang.String getBucketKey()
S3DownloadOptions
getBucketKey
in interface S3DownloadOptions
public final java.lang.String getLocalFile()
S3DownloadOptions
Default: Linux - /tmp/bucketKey Windows - %TEMP%/bucketKey
getLocalFile
in interface S3DownloadOptions
public final java.lang.String getRegion()
S3DownloadOptions
Default: none
getRegion
in interface S3DownloadOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()