@Stability(value=Stable)
public static interface CfnInput.InputDeviceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is Input.
Example:
// 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.*;
InputDeviceSettingsProperty inputDeviceSettingsProperty = InputDeviceSettingsProperty.builder()
.id("id")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInput.InputDeviceSettingsProperty.Builder
A builder for
CfnInput.InputDeviceSettingsProperty |
static class |
CfnInput.InputDeviceSettingsProperty.Jsii$Proxy
An implementation for
CfnInput.InputDeviceSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInput.InputDeviceSettingsProperty.Builder |
builder() |
default String |
getId()
The unique ID for the device.
|
@Stability(value=Stable) @Nullable default String getId()
@Stability(value=Stable) static CfnInput.InputDeviceSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.