public class S3TransferManagerProperties extends Object
S3TransferManager.| Modifier and Type | Class and Description |
|---|---|
static class |
S3TransferManagerProperties.S3UploadDirectoryProperties |
| Constructor and Description |
|---|
S3TransferManagerProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxConcurrency() |
Long |
getMinimumPartSizeInBytes() |
Double |
getTargetThroughputInGbps() |
S3TransferManagerProperties.S3UploadDirectoryProperties |
getUploadDirectory() |
void |
setMaxConcurrency(Integer maxConcurrency) |
void |
setMinimumPartSizeInBytes(Long minimumPartSizeInBytes) |
void |
setTargetThroughputInGbps(Double targetThroughputInGbps) |
void |
setUploadDirectory(S3TransferManagerProperties.S3UploadDirectoryProperties uploadDirectory) |
public void setTargetThroughputInGbps(@Nullable Double targetThroughputInGbps)
@Nullable public S3TransferManagerProperties.S3UploadDirectoryProperties getUploadDirectory()
public void setUploadDirectory(@Nullable S3TransferManagerProperties.S3UploadDirectoryProperties uploadDirectory)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.