Interface ElastictranscoderPresetThumbnails
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElastictranscoderPresetThumbnails.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.972Z") @Stability(Stable) public interface ElastictranscoderPresetThumbnails extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElastictranscoderPresetThumbnails.BuilderA builder forElastictranscoderPresetThumbnailsstatic classElastictranscoderPresetThumbnails.Jsii$ProxyAn implementation forElastictranscoderPresetThumbnails
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ElastictranscoderPresetThumbnails.Builderbuilder()default StringgetAspectRatio()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#aspect_ratio ElastictranscoderPreset#aspect_ratio}.default StringgetFormat()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#format ElastictranscoderPreset#format}.default StringgetInterval()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#interval ElastictranscoderPreset#interval}.default StringgetMaxHeight()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_height ElastictranscoderPreset#max_height}.default StringgetMaxWidth()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_width ElastictranscoderPreset#max_width}.default StringgetPaddingPolicy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#padding_policy ElastictranscoderPreset#padding_policy}.default StringgetResolution()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#resolution ElastictranscoderPreset#resolution}.default StringgetSizingPolicy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#sizing_policy ElastictranscoderPreset#sizing_policy}.
-
-
-
Method Detail
-
getAspectRatio
@Stability(Stable) @Nullable default String getAspectRatio()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#aspect_ratio ElastictranscoderPreset#aspect_ratio}.
-
getFormat
@Stability(Stable) @Nullable default String getFormat()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#format ElastictranscoderPreset#format}.
-
getInterval
@Stability(Stable) @Nullable default String getInterval()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#interval ElastictranscoderPreset#interval}.
-
getMaxHeight
@Stability(Stable) @Nullable default String getMaxHeight()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_height ElastictranscoderPreset#max_height}.
-
getMaxWidth
@Stability(Stable) @Nullable default String getMaxWidth()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#max_width ElastictranscoderPreset#max_width}.
-
getPaddingPolicy
@Stability(Stable) @Nullable default String getPaddingPolicy()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#padding_policy ElastictranscoderPreset#padding_policy}.
-
getResolution
@Stability(Stable) @Nullable default String getResolution()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#resolution ElastictranscoderPreset#resolution}.
-
getSizingPolicy
@Stability(Stable) @Nullable default String getSizingPolicy()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#sizing_policy ElastictranscoderPreset#sizing_policy}.
-
builder
@Stability(Stable) static ElastictranscoderPresetThumbnails.Builder builder()
-
-