| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
static PresetWatermark.Builder |
PresetWatermark.builder() |
PresetWatermark.Builder |
PresetWatermark.Builder.horizontalAlign(String horizontalAlign)
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset: |
PresetWatermark.Builder |
PresetWatermark.Builder.horizontalOffset(String horizontalOffset)
The amount by which you want the horizontal position of the watermark to be offset from the position
specified by HorizontalAlign:
|
PresetWatermark.Builder |
PresetWatermark.Builder.id(String id)
A unique identifier for the settings for one watermark.
|
PresetWatermark.Builder |
PresetWatermark.Builder.maxHeight(String maxHeight)
The maximum height of the watermark in one of the following formats:
|
PresetWatermark.Builder |
PresetWatermark.Builder.maxWidth(String maxWidth)
The maximum width of the watermark in one of the following formats:
|
PresetWatermark.Builder |
PresetWatermark.Builder.opacity(String opacity)
A percentage that indicates how much you want a watermark to obscure the video in the location where it
appears.
|
PresetWatermark.Builder |
PresetWatermark.Builder.sizingPolicy(String sizingPolicy)
A value that controls scaling of the watermark:
|
PresetWatermark.Builder |
PresetWatermark.Builder.target(String target)
A value that determines how Elastic Transcoder interprets values that you specified for
HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight
: |
PresetWatermark.Builder |
PresetWatermark.toBuilder() |
PresetWatermark.Builder |
PresetWatermark.Builder.verticalAlign(String verticalAlign)
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset: |
PresetWatermark.Builder |
PresetWatermark.Builder.verticalOffset(String verticalOffset)
VerticalOffset |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PresetWatermark.Builder> |
PresetWatermark.serializableBuilderClass() |
Copyright © 2023. All rights reserved.