@Stability(value=Stable)
public static interface CfnChannel.BlackoutSlateProperty
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.*;
BlackoutSlateProperty blackoutSlateProperty = BlackoutSlateProperty.builder()
.blackoutSlateImage(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.networkEndBlackout("networkEndBlackout")
.networkEndBlackoutImage(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.networkId("networkId")
.state("state")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.BlackoutSlateProperty.Builder
A builder for
CfnChannel.BlackoutSlateProperty |
static class |
CfnChannel.BlackoutSlateProperty.Jsii$Proxy
An implementation for
CfnChannel.BlackoutSlateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.BlackoutSlateProperty.Builder |
builder() |
default Object |
getBlackoutSlateImage()
`CfnChannel.BlackoutSlateProperty.BlackoutSlateImage`.
|
default String |
getNetworkEndBlackout()
`CfnChannel.BlackoutSlateProperty.NetworkEndBlackout`.
|
default Object |
getNetworkEndBlackoutImage()
`CfnChannel.BlackoutSlateProperty.NetworkEndBlackoutImage`.
|
default String |
getNetworkId()
`CfnChannel.BlackoutSlateProperty.NetworkId`.
|
default String |
getState()
`CfnChannel.BlackoutSlateProperty.State`.
|
@Stability(value=Stable) @Nullable default Object getBlackoutSlateImage()
@Stability(value=Stable) @Nullable default String getNetworkEndBlackout()
@Stability(value=Stable) @Nullable default Object getNetworkEndBlackoutImage()
@Stability(value=Stable) @Nullable default String getNetworkId()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) static CfnChannel.BlackoutSlateProperty.Builder builder()
Copyright © 2021. All rights reserved.