Interface S3DestinationSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3DestinationSettings.Builder,S3DestinationSettings>, SdkBuilder<S3DestinationSettings.Builder,S3DestinationSettings>, SdkPojo
Enclosing class:
S3DestinationSettings

public static interface S3DestinationSettings.Builder extends SdkPojo, CopyableBuilder<S3DestinationSettings.Builder,S3DestinationSettings>
  • Method Details

    • 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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. This is a convenience method that creates an instance of the 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).

      Parameters:
      accessControl - a consumer that will call methods on S3DestinationAccessControl.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryption

      Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
      Parameters:
      encryption - Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      Settings for how your job outputs are encrypted as they are uploaded to Amazon S3. This is a convenience method that creates an instance of the 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).

      Parameters:
      encryption - a consumer that will call methods on S3EncryptionSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageClass

      S3DestinationSettings.Builder storageClass(String storageClass)
      Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
      Parameters:
      storageClass - Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • storageClass

      S3DestinationSettings.Builder storageClass(S3StorageClass storageClass)
      Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
      Parameters:
      storageClass - Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: