Class ElastictranscoderPresetAudioCodecOptionsOutputReference

  • 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:52.971Z")
    @Stability(Stable)
    public class ElastictranscoderPresetAudioCodecOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ElastictranscoderPresetAudioCodecOptionsOutputReference

        protected ElastictranscoderPresetAudioCodecOptionsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ElastictranscoderPresetAudioCodecOptionsOutputReference

        protected ElastictranscoderPresetAudioCodecOptionsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ElastictranscoderPresetAudioCodecOptionsOutputReference

        @Stability(Stable)
        public ElastictranscoderPresetAudioCodecOptionsOutputReference​(@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

      • resetBitDepth

        @Stability(Stable)
        public void resetBitDepth()
      • resetBitOrder

        @Stability(Stable)
        public void resetBitOrder()
      • resetProfile

        @Stability(Stable)
        public void resetProfile()
      • resetSigned

        @Stability(Stable)
        public void resetSigned()
      • getBitDepthInput

        @Stability(Stable)
        @Nullable
        public String getBitDepthInput()
      • getBitOrderInput

        @Stability(Stable)
        @Nullable
        public String getBitOrderInput()
      • getProfileInput

        @Stability(Stable)
        @Nullable
        public String getProfileInput()
      • getSignedInput

        @Stability(Stable)
        @Nullable
        public String getSignedInput()
      • getBitDepth

        @Stability(Stable)
        @NotNull
        public String getBitDepth()
      • setBitDepth

        @Stability(Stable)
        public void setBitDepth​(@NotNull
                                String value)
      • getBitOrder

        @Stability(Stable)
        @NotNull
        public String getBitOrder()
      • setBitOrder

        @Stability(Stable)
        public void setBitOrder​(@NotNull
                                String value)
      • getProfile

        @Stability(Stable)
        @NotNull
        public String getProfile()
      • setProfile

        @Stability(Stable)
        public void setProfile​(@NotNull
                               String value)
      • getSigned

        @Stability(Stable)
        @NotNull
        public String getSigned()
      • setSigned

        @Stability(Stable)
        public void setSigned​(@NotNull
                              String value)