@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.AvailSuppressionProperty
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.mediatailor.*;
AvailSuppressionProperty availSuppressionProperty = AvailSuppressionProperty.builder()
.mode("mode")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaybackConfiguration.AvailSuppressionProperty.Builder
A builder for
CfnPlaybackConfiguration.AvailSuppressionProperty |
static class |
CfnPlaybackConfiguration.AvailSuppressionProperty.Jsii$Proxy
An implementation for
CfnPlaybackConfiguration.AvailSuppressionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaybackConfiguration.AvailSuppressionProperty.Builder |
builder() |
default String |
getMode()
`CfnPlaybackConfiguration.AvailSuppressionProperty.Mode`.
|
default String |
getValue()
`CfnPlaybackConfiguration.AvailSuppressionProperty.Value`.
|
@Stability(value=Stable) @Nullable default String getMode()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnPlaybackConfiguration.AvailSuppressionProperty.Builder builder()
Copyright © 2022. All rights reserved.