Class MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.051Z") @Stability(Stable) public class MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetBandwidth()NumbergetBandwidthInput()NumbergetBufferSegments()NumbergetBufferSegmentsInput()MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsgetInternalValue()NumbergetRetries()NumbergetRetriesInput()NumbergetRetryInterval()NumbergetRetryIntervalInput()StringgetScte35Source()StringgetScte35SourceInput()voidresetBandwidth()voidresetBufferSegments()voidresetRetries()voidresetRetryInterval()voidresetScte35Source()voidsetBandwidth(Number value)voidsetBufferSegments(Number value)voidsetInternalValue(MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings value)voidsetRetries(Number value)voidsetRetryInterval(Number value)voidsetScte35Source(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference
protected MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference
protected MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetBandwidth
@Stability(Stable) public void resetBandwidth()
-
resetBufferSegments
@Stability(Stable) public void resetBufferSegments()
-
resetRetries
@Stability(Stable) public void resetRetries()
-
resetRetryInterval
@Stability(Stable) public void resetRetryInterval()
-
resetScte35Source
@Stability(Stable) public void resetScte35Source()
-
getBandwidthInput
@Stability(Stable) @Nullable public Number getBandwidthInput()
-
getBufferSegmentsInput
@Stability(Stable) @Nullable public Number getBufferSegmentsInput()
-
getRetriesInput
@Stability(Stable) @Nullable public Number getRetriesInput()
-
getRetryIntervalInput
@Stability(Stable) @Nullable public Number getRetryIntervalInput()
-
getScte35SourceInput
@Stability(Stable) @Nullable public String getScte35SourceInput()
-
getBandwidth
@Stability(Stable) @NotNull public Number getBandwidth()
-
setBandwidth
@Stability(Stable) public void setBandwidth(@NotNull Number value)
-
getBufferSegments
@Stability(Stable) @NotNull public Number getBufferSegments()
-
setBufferSegments
@Stability(Stable) public void setBufferSegments(@NotNull Number value)
-
getRetries
@Stability(Stable) @NotNull public Number getRetries()
-
setRetries
@Stability(Stable) public void setRetries(@NotNull Number value)
-
getRetryInterval
@Stability(Stable) @NotNull public Number getRetryInterval()
-
setRetryInterval
@Stability(Stable) public void setRetryInterval(@NotNull Number value)
-
getScte35Source
@Stability(Stable) @NotNull public String getScte35Source()
-
setScte35Source
@Stability(Stable) public void setScte35Source(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings value)
-
-