| Modifier and Type | Method and Description |
|---|---|
PayloadStorageConfiguration |
PayloadStorageConfiguration.withAlwaysThroughS3(boolean alwaysThroughS3)
Sets whether or not all payloads regardless of their size should be stored in Amazon S3.
|
PayloadStorageConfiguration |
PayloadStorageConfiguration.withPayloadSizeThreshold(int payloadSizeThreshold)
Sets the payload size threshold for storing payloads in Amazon S3.
|
PayloadStorageConfiguration |
PayloadStorageConfiguration.withPayloadSupportDisabled()
Disables support for payload.
|
PayloadStorageConfiguration |
PayloadStorageConfiguration.withPayloadSupportEnabled(com.amazonaws.services.s3.AmazonS3 s3,
String s3BucketName)
Enables support for payload.
|
PayloadStorageConfiguration |
PayloadStorageConfiguration.withSSEAwsKeyManagementParams(com.amazonaws.services.s3.model.SSEAwsKeyManagementParams sseAwsKeyManagementParams)
Sets the the S3 SSE-KMS encryption params of S3 objects under configured S3 bucket name.
|
| Constructor and Description |
|---|
PayloadStorageConfiguration(PayloadStorageConfiguration other) |
Copyright © 2020. All rights reserved.