@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.112Z") @Stability(value=Experimental) public interface S3DownloadOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3DownloadOptions.Builder
A builder for
S3DownloadOptions |
static class |
S3DownloadOptions.Jsii$Proxy
An implementation for
S3DownloadOptions |
| Modifier and Type | Method and Description |
|---|---|
static S3DownloadOptions.Builder |
builder() |
IBucket |
getBucket()
(experimental) Name of the S3 bucket to download from.
|
String |
getBucketKey()
(experimental) The key of the file to download.
|
default String |
getLocalFile()
(experimental) The name of the local file.
|
@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @NotNull String getBucketKey()
@Stability(value=Experimental) @Nullable default String getLocalFile()
Default: Linux - /tmp/bucketKey Windows - %TEMP%/bucketKey
@Stability(value=Experimental) static S3DownloadOptions.Builder builder()
S3DownloadOptions.Builder of S3DownloadOptionsCopyright © 2021. All rights reserved.