Class MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings>
- Enclosing interface:
- MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings
@Stability(Stable) public static final class MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builderbandwidth(Number bandwidth)MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.BuilderbufferSegments(Number bufferSegments)MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsbuild()Builds the configured instance.MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builderretries(Number retries)MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.BuilderretryInterval(Number retryInterval)MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builderscte35Source(String scte35Source)
-
-
-
Method Detail
-
bandwidth
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder bandwidth(Number bandwidth)
Sets the value ofMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.getBandwidth()- Parameters:
bandwidth- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#bandwidth MedialiveChannel#bandwidth}.- Returns:
this
-
bufferSegments
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder bufferSegments(Number bufferSegments)
Sets the value ofMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.getBufferSegments()- Parameters:
bufferSegments- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#buffer_segments MedialiveChannel#buffer_segments}.- Returns:
this
-
retries
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder retries(Number retries)
Sets the value ofMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.getRetries()- Parameters:
retries- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#retries MedialiveChannel#retries}.- Returns:
this
-
retryInterval
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder retryInterval(Number retryInterval)
Sets the value ofMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.getRetryInterval()- Parameters:
retryInterval- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#retry_interval MedialiveChannel#retry_interval}.- Returns:
this
-
scte35Source
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.Builder scte35Source(String scte35Source)
Sets the value ofMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings.getScte35Source()- Parameters:
scte35Source- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#scte35_source MedialiveChannel#scte35_source}.- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings>- Returns:
- a new instance of
MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-