@Stability(value=Stable)
public static interface CfnChannel.FeatureActivationsProperty
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.*;
FeatureActivationsProperty featureActivationsProperty = FeatureActivationsProperty.builder()
.inputPrepareScheduleActions("inputPrepareScheduleActions")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.FeatureActivationsProperty.Builder
A builder for
CfnChannel.FeatureActivationsProperty |
static class |
CfnChannel.FeatureActivationsProperty.Jsii$Proxy
An implementation for
CfnChannel.FeatureActivationsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.FeatureActivationsProperty.Builder |
builder() |
default String |
getInputPrepareScheduleActions()
`CfnChannel.FeatureActivationsProperty.InputPrepareScheduleActions`.
|
@Stability(value=Stable) @Nullable default String getInputPrepareScheduleActions()
@Stability(value=Stable) static CfnChannel.FeatureActivationsProperty.Builder builder()
Copyright © 2021. All rights reserved.