@Stability(value=Stable) @Internal public static final class S3DownloadOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3DownloadOptions
S3DownloadOptionssoftware.amazon.jsii.JsiiObject.InitializationModeS3DownloadOptions.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.
|
protected |
Jsii$Proxy(S3DownloadOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
S3DownloadOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IBucket |
getBucket()
Name of the S3 bucket to download from.
|
String |
getBucketKey()
The key of the file to download.
|
String |
getLocalFile()
The name of the local file.
|
String |
getRegion()
The region of the S3 Bucket (needed for access via VPC Gateway).
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(S3DownloadOptions.Builder builder)
S3DownloadOptions.Builder.public final IBucket getBucket()
S3DownloadOptionsgetBucket in interface S3DownloadOptionspublic final String getBucketKey()
S3DownloadOptionsgetBucketKey in interface S3DownloadOptionspublic final String getLocalFile()
S3DownloadOptionsDefault: Linux - /tmp/bucketKey Windows - %TEMP%/bucketKey
getLocalFile in interface S3DownloadOptionspublic final String getRegion()
S3DownloadOptionsDefault: none
getRegion in interface S3DownloadOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.