Class MedialiveChannelEncoderSettingsAvailBlanking.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsAvailBlanking.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsAvailBlanking>
- Enclosing interface:
- MedialiveChannelEncoderSettingsAvailBlanking
@Stability(Stable) public static final class MedialiveChannelEncoderSettingsAvailBlanking.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsAvailBlanking>
A builder forMedialiveChannelEncoderSettingsAvailBlanking
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MedialiveChannelEncoderSettingsAvailBlanking.BuilderavailBlankingImage(MedialiveChannelEncoderSettingsAvailBlankingAvailBlankingImage availBlankingImage)Sets the value ofMedialiveChannelEncoderSettingsAvailBlanking.getAvailBlankingImage()MedialiveChannelEncoderSettingsAvailBlankingbuild()Builds the configured instance.MedialiveChannelEncoderSettingsAvailBlanking.Builderstate(String state)Sets the value ofMedialiveChannelEncoderSettingsAvailBlanking.getState()
-
-
-
Method Detail
-
availBlankingImage
@Stability(Stable) public MedialiveChannelEncoderSettingsAvailBlanking.Builder availBlankingImage(MedialiveChannelEncoderSettingsAvailBlankingAvailBlankingImage availBlankingImage)
Sets the value ofMedialiveChannelEncoderSettingsAvailBlanking.getAvailBlankingImage()- Parameters:
availBlankingImage- avail_blanking_image block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#avail_blanking_image MedialiveChannel#avail_blanking_image}- Returns:
this
-
state
@Stability(Stable) public MedialiveChannelEncoderSettingsAvailBlanking.Builder state(String state)
Sets the value ofMedialiveChannelEncoderSettingsAvailBlanking.getState()- Parameters:
state- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#state MedialiveChannel#state}.- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelEncoderSettingsAvailBlanking build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelEncoderSettingsAvailBlanking>- Returns:
- a new instance of
MedialiveChannelEncoderSettingsAvailBlanking - Throws:
NullPointerException- if any required attribute was not provided
-
-