Class MedialiveChannelInputAttachments.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachments.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelInputAttachments>
- Enclosing interface:
- MedialiveChannelInputAttachments
@Stability(Stable) public static final class MedialiveChannelInputAttachments.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelInputAttachments>
A builder forMedialiveChannelInputAttachments
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MedialiveChannelInputAttachments.BuilderautomaticInputFailoverSettings(MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings automaticInputFailoverSettings)Sets the value ofMedialiveChannelInputAttachments.getAutomaticInputFailoverSettings()MedialiveChannelInputAttachmentsbuild()Builds the configured instance.MedialiveChannelInputAttachments.BuilderinputAttachmentName(String inputAttachmentName)Sets the value ofMedialiveChannelInputAttachments.getInputAttachmentName()MedialiveChannelInputAttachments.BuilderinputId(String inputId)Sets the value ofMedialiveChannelInputAttachments.getInputId()MedialiveChannelInputAttachments.BuilderinputSettings(MedialiveChannelInputAttachmentsInputSettings inputSettings)Sets the value ofMedialiveChannelInputAttachments.getInputSettings()
-
-
-
Method Detail
-
inputAttachmentName
@Stability(Stable) public MedialiveChannelInputAttachments.Builder inputAttachmentName(String inputAttachmentName)
Sets the value ofMedialiveChannelInputAttachments.getInputAttachmentName()- Parameters:
inputAttachmentName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_attachment_name MedialiveChannel#input_attachment_name}. This parameter is required.- Returns:
this
-
inputId
@Stability(Stable) public MedialiveChannelInputAttachments.Builder inputId(String inputId)
Sets the value ofMedialiveChannelInputAttachments.getInputId()- Parameters:
inputId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_id MedialiveChannel#input_id}. This parameter is required.- Returns:
this
-
automaticInputFailoverSettings
@Stability(Stable) public MedialiveChannelInputAttachments.Builder automaticInputFailoverSettings(MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings automaticInputFailoverSettings)
Sets the value ofMedialiveChannelInputAttachments.getAutomaticInputFailoverSettings()- Parameters:
automaticInputFailoverSettings- automatic_input_failover_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#automatic_input_failover_settings MedialiveChannel#automatic_input_failover_settings}- Returns:
this
-
inputSettings
@Stability(Stable) public MedialiveChannelInputAttachments.Builder inputSettings(MedialiveChannelInputAttachmentsInputSettings inputSettings)
Sets the value ofMedialiveChannelInputAttachments.getInputSettings()- Parameters:
inputSettings- input_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_settings MedialiveChannel#input_settings}- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelInputAttachments build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelInputAttachments>- Returns:
- a new instance of
MedialiveChannelInputAttachments - Throws:
NullPointerException- if any required attribute was not provided
-
-