Class 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
    • 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)