Class ElastictranscoderPresetThumbnailsOutputReference

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

      • ElastictranscoderPresetThumbnailsOutputReference

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

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

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

      • resetAspectRatio

        @Stability(Stable)
        public void resetAspectRatio()
      • resetFormat

        @Stability(Stable)
        public void resetFormat()
      • resetInterval

        @Stability(Stable)
        public void resetInterval()
      • resetMaxHeight

        @Stability(Stable)
        public void resetMaxHeight()
      • resetMaxWidth

        @Stability(Stable)
        public void resetMaxWidth()
      • resetPaddingPolicy

        @Stability(Stable)
        public void resetPaddingPolicy()
      • resetResolution

        @Stability(Stable)
        public void resetResolution()
      • resetSizingPolicy

        @Stability(Stable)
        public void resetSizingPolicy()
      • getAspectRatioInput

        @Stability(Stable)
        @Nullable
        public String getAspectRatioInput()
      • getFormatInput

        @Stability(Stable)
        @Nullable
        public String getFormatInput()
      • getIntervalInput

        @Stability(Stable)
        @Nullable
        public String getIntervalInput()
      • getMaxHeightInput

        @Stability(Stable)
        @Nullable
        public String getMaxHeightInput()
      • getMaxWidthInput

        @Stability(Stable)
        @Nullable
        public String getMaxWidthInput()
      • getPaddingPolicyInput

        @Stability(Stable)
        @Nullable
        public String getPaddingPolicyInput()
      • getResolutionInput

        @Stability(Stable)
        @Nullable
        public String getResolutionInput()
      • getSizingPolicyInput

        @Stability(Stable)
        @Nullable
        public String getSizingPolicyInput()
      • getAspectRatio

        @Stability(Stable)
        @NotNull
        public String getAspectRatio()
      • setAspectRatio

        @Stability(Stable)
        public void setAspectRatio​(@NotNull
                                   String value)
      • getFormat

        @Stability(Stable)
        @NotNull
        public String getFormat()
      • setFormat

        @Stability(Stable)
        public void setFormat​(@NotNull
                              String value)
      • getInterval

        @Stability(Stable)
        @NotNull
        public String getInterval()
      • setInterval

        @Stability(Stable)
        public void setInterval​(@NotNull
                                String value)
      • getMaxHeight

        @Stability(Stable)
        @NotNull
        public String getMaxHeight()
      • setMaxHeight

        @Stability(Stable)
        public void setMaxHeight​(@NotNull
                                 String value)
      • getMaxWidth

        @Stability(Stable)
        @NotNull
        public String getMaxWidth()
      • setMaxWidth

        @Stability(Stable)
        public void setMaxWidth​(@NotNull
                                String value)
      • getPaddingPolicy

        @Stability(Stable)
        @NotNull
        public String getPaddingPolicy()
      • setPaddingPolicy

        @Stability(Stable)
        public void setPaddingPolicy​(@NotNull
                                     String value)
      • getResolution

        @Stability(Stable)
        @NotNull
        public String getResolution()
      • setResolution

        @Stability(Stable)
        public void setResolution​(@NotNull
                                  String value)
      • getSizingPolicy

        @Stability(Stable)
        @NotNull
        public String getSizingPolicy()
      • setSizingPolicy

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