@Stability(value=Stable)
public static interface CfnChannel.CaptionLanguageMappingProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
CaptionLanguageMappingProperty captionLanguageMappingProperty = CaptionLanguageMappingProperty.builder()
.captionChannel(123)
.languageCode("languageCode")
.languageDescription("languageDescription")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.CaptionLanguageMappingProperty.Builder
A builder for
CfnChannel.CaptionLanguageMappingProperty |
static class |
CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
An implementation for
CfnChannel.CaptionLanguageMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.CaptionLanguageMappingProperty.Builder |
builder() |
default Number |
getCaptionChannel()
`CfnChannel.CaptionLanguageMappingProperty.CaptionChannel`.
|
default String |
getLanguageCode()
`CfnChannel.CaptionLanguageMappingProperty.LanguageCode`.
|
default String |
getLanguageDescription()
`CfnChannel.CaptionLanguageMappingProperty.LanguageDescription`.
|
@Stability(value=Stable) @Nullable default Number getCaptionChannel()
@Stability(value=Stable) @Nullable default String getLanguageCode()
@Stability(value=Stable) @Nullable default String getLanguageDescription()
@Stability(value=Stable) static CfnChannel.CaptionLanguageMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.