public static interface S3DestinationSettings.Builder extends SdkPojo, CopyableBuilder<S3DestinationSettings.Builder,S3DestinationSettings>
| Modifier and Type | Method and Description |
|---|---|
default S3DestinationSettings.Builder |
accessControl(Consumer<S3DestinationAccessControl.Builder> accessControl)
Optional.
|
S3DestinationSettings.Builder |
accessControl(S3DestinationAccessControl accessControl)
Optional.
|
default S3DestinationSettings.Builder |
encryption(Consumer<S3EncryptionSettings.Builder> encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
S3DestinationSettings.Builder |
encryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DestinationSettings.Builder accessControl(S3DestinationAccessControl accessControl)
accessControl - Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this
output group. When you don't use this setting, S3 automatically applies the default access control
list PRIVATE.default S3DestinationSettings.Builder accessControl(Consumer<S3DestinationAccessControl.Builder> accessControl)
S3DestinationAccessControl.Builder
avoiding the need to create one manually via S3DestinationAccessControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to accessControl(S3DestinationAccessControl).
accessControl - a consumer that will call methods on S3DestinationAccessControl.BuilderaccessControl(S3DestinationAccessControl)S3DestinationSettings.Builder encryption(S3EncryptionSettings encryption)
encryption - Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.default S3DestinationSettings.Builder encryption(Consumer<S3EncryptionSettings.Builder> encryption)
S3EncryptionSettings.Builder avoiding the need to create one
manually via S3EncryptionSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to encryption(S3EncryptionSettings).
encryption - a consumer that will call methods on S3EncryptionSettings.Builderencryption(S3EncryptionSettings)Copyright © 2023. All rights reserved.