@Stability(value=Stable)
public static interface CfnChannel.AudioLanguageSelectionProperty
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.*;
AudioLanguageSelectionProperty audioLanguageSelectionProperty = AudioLanguageSelectionProperty.builder()
.languageCode("languageCode")
.languageSelectionPolicy("languageSelectionPolicy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioLanguageSelectionProperty.Builder
A builder for
CfnChannel.AudioLanguageSelectionProperty |
static class |
CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioLanguageSelectionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioLanguageSelectionProperty.Builder |
builder() |
default String |
getLanguageCode()
`CfnChannel.AudioLanguageSelectionProperty.LanguageCode`.
|
default String |
getLanguageSelectionPolicy()
`CfnChannel.AudioLanguageSelectionProperty.LanguageSelectionPolicy`.
|
@Stability(value=Stable) @Nullable default String getLanguageCode()
@Stability(value=Stable) @Nullable default String getLanguageSelectionPolicy()
@Stability(value=Stable) static CfnChannel.AudioLanguageSelectionProperty.Builder builder()
Copyright © 2021. All rights reserved.