| 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.withObjectCannedACL(software.amazon.awssdk.services.s3.model.ObjectCannedACL objectCannedACL)
Configures the ACL to apply to the Amazon S3 putObject request.
|
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(software.amazon.awssdk.services.s3.S3Client s3,
String s3BucketName)
Enables support for payload.
|
PayloadStorageConfiguration |
PayloadStorageConfiguration.withServerSideEncryption(ServerSideEncryptionStrategy serverSideEncryptionStrategy)
Sets which method of server side encryption should be used, if required.
|
| Constructor and Description |
|---|
PayloadStorageConfiguration(PayloadStorageConfiguration other) |
Copyright © 2020. All rights reserved.