Interface MedialiveChannelInputAttachmentsInputSettingsVideoSelector
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelInputAttachmentsInputSettingsVideoSelector.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.052Z") @Stability(Stable) public interface MedialiveChannelInputAttachmentsInputSettingsVideoSelector extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelInputAttachmentsInputSettingsVideoSelector.Builderstatic classMedialiveChannelInputAttachmentsInputSettingsVideoSelector.Jsii$ProxyAn implementation forMedialiveChannelInputAttachmentsInputSettingsVideoSelector
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelInputAttachmentsInputSettingsVideoSelector.Builderbuilder()default StringgetColorSpace()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#color_space MedialiveChannel#color_space}.default StringgetColorSpaceUsage()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#color_space_usage MedialiveChannel#color_space_usage}.
-
-
-
Method Detail
-
getColorSpace
@Stability(Stable) @Nullable default String getColorSpace()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#color_space MedialiveChannel#color_space}.
-
getColorSpaceUsage
@Stability(Stable) @Nullable default String getColorSpaceUsage()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#color_space_usage MedialiveChannel#color_space_usage}.
-
builder
@Stability(Stable) static MedialiveChannelInputAttachmentsInputSettingsVideoSelector.Builder builder()
-
-