Class MedialiveChannelEncoderSettingsVideoDescriptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsVideoDescriptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsVideoDescriptions>
- Enclosing interface:
- MedialiveChannelEncoderSettingsVideoDescriptions
@Stability(Stable) public static final class MedialiveChannelEncoderSettingsVideoDescriptions.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsVideoDescriptions>
A builder forMedialiveChannelEncoderSettingsVideoDescriptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions.Builder name(String name)
Sets the value ofMedialiveChannelEncoderSettingsVideoDescriptions.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}. This parameter is required.- Returns:
this
-
codecSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions.Builder codecSettings(MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings codecSettings)
Sets the value ofMedialiveChannelEncoderSettingsVideoDescriptions.getCodecSettings()- Parameters:
codecSettings- codec_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#codec_settings MedialiveChannel#codec_settings}- Returns:
this
-
height
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions.Builder height(Number height)
Sets the value ofMedialiveChannelEncoderSettingsVideoDescriptions.getHeight()- Parameters:
height- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#height MedialiveChannel#height}.- Returns:
this
-
respondToAfd
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions.Builder respondToAfd(String respondToAfd)
Sets the value ofMedialiveChannelEncoderSettingsVideoDescriptions.getRespondToAfd()- Parameters:
respondToAfd- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#respond_to_afd MedialiveChannel#respond_to_afd}.- Returns:
this
-
scalingBehavior
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions.Builder scalingBehavior(String scalingBehavior)
Sets the value ofMedialiveChannelEncoderSettingsVideoDescriptions.getScalingBehavior()- Parameters:
scalingBehavior- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#scaling_behavior MedialiveChannel#scaling_behavior}.- Returns:
this
-
sharpness
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions.Builder sharpness(Number sharpness)
Sets the value ofMedialiveChannelEncoderSettingsVideoDescriptions.getSharpness()- Parameters:
sharpness- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#sharpness MedialiveChannel#sharpness}.- Returns:
this
-
width
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions.Builder width(Number width)
Sets the value ofMedialiveChannelEncoderSettingsVideoDescriptions.getWidth()- Parameters:
width- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#width MedialiveChannel#width}.- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelEncoderSettingsVideoDescriptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelEncoderSettingsVideoDescriptions>- Returns:
- a new instance of
MedialiveChannelEncoderSettingsVideoDescriptions - Throws:
NullPointerException- if any required attribute was not provided
-
-