| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
S3InputFileLocation |
S3InputFileLocation.clone() |
S3InputFileLocation |
InputFileLocation.getS3FileLocation()
Specifies the details for the Amazon S3 file that's being copied or decrypted.
|
S3InputFileLocation |
S3InputFileLocation.withBucket(String bucket)
Specifies the S3 bucket for the customer input file.
|
S3InputFileLocation |
S3InputFileLocation.withKey(String key)
The name assigned to the file when it was created in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputFileLocation.setS3FileLocation(S3InputFileLocation s3FileLocation)
Specifies the details for the Amazon S3 file that's being copied or decrypted.
|
InputFileLocation |
InputFileLocation.withS3FileLocation(S3InputFileLocation s3FileLocation)
Specifies the details for the Amazon S3 file that's being copied or decrypted.
|
Copyright © 2025. All rights reserved.