| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
S3FileLocation.Builder |
S3FileLocation.Builder.bucket(String bucket)
Specifies the S3 bucket that contains the file being used.
|
static S3FileLocation.Builder |
S3FileLocation.builder() |
S3FileLocation.Builder |
S3FileLocation.Builder.etag(String etag)
The entity tag is a hash of the object.
|
S3FileLocation.Builder |
S3FileLocation.Builder.key(String key)
The name assigned to the file when it was created in Amazon S3.
|
S3FileLocation.Builder |
S3FileLocation.toBuilder() |
S3FileLocation.Builder |
S3FileLocation.Builder.versionId(String versionId)
Specifies the file version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3FileLocation.Builder> |
S3FileLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileLocation.Builder |
FileLocation.Builder.s3FileLocation(Consumer<S3FileLocation.Builder> s3FileLocation)
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
|
Copyright © 2023. All rights reserved.