Class ElastictranscoderPresetVideoWatermarks.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.elastictranscoder_preset.ElastictranscoderPresetVideoWatermarks.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ElastictranscoderPresetVideoWatermarks>
- Enclosing interface:
- ElastictranscoderPresetVideoWatermarks
@Stability(Stable) public static final class ElastictranscoderPresetVideoWatermarks.Builder extends Object implements software.amazon.jsii.Builder<ElastictranscoderPresetVideoWatermarks>
A builder forElastictranscoderPresetVideoWatermarks
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
horizontalAlign
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder horizontalAlign(String horizontalAlign)
Sets the value ofElastictranscoderPresetVideoWatermarks.getHorizontalAlign()- Parameters:
horizontalAlign- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#horizontal_align ElastictranscoderPreset#horizontal_align}.- Returns:
this
-
horizontalOffset
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder horizontalOffset(String horizontalOffset)
Sets the value ofElastictranscoderPresetVideoWatermarks.getHorizontalOffset()- Parameters:
horizontalOffset- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#horizontal_offset ElastictranscoderPreset#horizontal_offset}.- Returns:
this
-
id
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder id(String id)
Sets the value ofElastictranscoderPresetVideoWatermarks.getId()- Parameters:
id- 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.- Returns:
this
-
maxHeight
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder maxHeight(String maxHeight)
Sets the value ofElastictranscoderPresetVideoWatermarks.getMaxHeight()- Parameters:
maxHeight- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_height ElastictranscoderPreset#max_height}.- Returns:
this
-
maxWidth
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder maxWidth(String maxWidth)
Sets the value ofElastictranscoderPresetVideoWatermarks.getMaxWidth()- Parameters:
maxWidth- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_width ElastictranscoderPreset#max_width}.- Returns:
this
-
opacity
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder opacity(String opacity)
Sets the value ofElastictranscoderPresetVideoWatermarks.getOpacity()- Parameters:
opacity- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#opacity ElastictranscoderPreset#opacity}.- Returns:
this
-
sizingPolicy
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder sizingPolicy(String sizingPolicy)
Sets the value ofElastictranscoderPresetVideoWatermarks.getSizingPolicy()- Parameters:
sizingPolicy- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#sizing_policy ElastictranscoderPreset#sizing_policy}.- Returns:
this
-
target
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder target(String target)
Sets the value ofElastictranscoderPresetVideoWatermarks.getTarget()- Parameters:
target- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#target ElastictranscoderPreset#target}.- Returns:
this
-
verticalAlign
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder verticalAlign(String verticalAlign)
Sets the value ofElastictranscoderPresetVideoWatermarks.getVerticalAlign()- Parameters:
verticalAlign- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#vertical_align ElastictranscoderPreset#vertical_align}.- Returns:
this
-
verticalOffset
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks.Builder verticalOffset(String verticalOffset)
Sets the value ofElastictranscoderPresetVideoWatermarks.getVerticalOffset()- Parameters:
verticalOffset- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#vertical_offset ElastictranscoderPreset#vertical_offset}.- Returns:
this
-
build
@Stability(Stable) public ElastictranscoderPresetVideoWatermarks build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ElastictranscoderPresetVideoWatermarks>- Returns:
- a new instance of
ElastictranscoderPresetVideoWatermarks - Throws:
NullPointerException- if any required attribute was not provided
-
-