Interface ElastictranscoderPresetVideoWatermarks
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElastictranscoderPresetVideoWatermarks.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.972Z") @Stability(Stable) public interface ElastictranscoderPresetVideoWatermarks extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElastictranscoderPresetVideoWatermarks.BuilderA builder forElastictranscoderPresetVideoWatermarksstatic classElastictranscoderPresetVideoWatermarks.Jsii$ProxyAn implementation forElastictranscoderPresetVideoWatermarks
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ElastictranscoderPresetVideoWatermarks.Builderbuilder()default StringgetHorizontalAlign()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#horizontal_align ElastictranscoderPreset#horizontal_align}.default StringgetHorizontalOffset()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#horizontal_offset ElastictranscoderPreset#horizontal_offset}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#id ElastictranscoderPreset#id}.default StringgetMaxHeight()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_height ElastictranscoderPreset#max_height}.default StringgetMaxWidth()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_width ElastictranscoderPreset#max_width}.default StringgetOpacity()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#opacity ElastictranscoderPreset#opacity}.default StringgetSizingPolicy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#sizing_policy ElastictranscoderPreset#sizing_policy}.default StringgetTarget()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#target ElastictranscoderPreset#target}.default StringgetVerticalAlign()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#vertical_align ElastictranscoderPreset#vertical_align}.default StringgetVerticalOffset()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#vertical_offset ElastictranscoderPreset#vertical_offset}.
-
-
-
Method Detail
-
getHorizontalAlign
@Stability(Stable) @Nullable default String getHorizontalAlign()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#horizontal_align ElastictranscoderPreset#horizontal_align}.
-
getHorizontalOffset
@Stability(Stable) @Nullable default String getHorizontalOffset()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#horizontal_offset ElastictranscoderPreset#horizontal_offset}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#id ElastictranscoderPreset#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getMaxHeight
@Stability(Stable) @Nullable default String getMaxHeight()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_height ElastictranscoderPreset#max_height}.
-
getMaxWidth
@Stability(Stable) @Nullable default String getMaxWidth()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_width ElastictranscoderPreset#max_width}.
-
getOpacity
@Stability(Stable) @Nullable default String getOpacity()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#opacity ElastictranscoderPreset#opacity}.
-
getSizingPolicy
@Stability(Stable) @Nullable default String getSizingPolicy()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#sizing_policy ElastictranscoderPreset#sizing_policy}.
-
getTarget
@Stability(Stable) @Nullable default String getTarget()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#target ElastictranscoderPreset#target}.
-
getVerticalAlign
@Stability(Stable) @Nullable default String getVerticalAlign()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#vertical_align ElastictranscoderPreset#vertical_align}.
-
getVerticalOffset
@Stability(Stable) @Nullable default String getVerticalOffset()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#vertical_offset ElastictranscoderPreset#vertical_offset}.
-
builder
@Stability(Stable) static ElastictranscoderPresetVideoWatermarks.Builder builder()
-
-