@Stability(value=Stable)
public static interface CfnInput.InputDeviceRequestProperty
extends software.amazon.jsii.JsiiSerializable
Ignore it.
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.*;
InputDeviceRequestProperty inputDeviceRequestProperty = InputDeviceRequestProperty.builder()
.id("id")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInput.InputDeviceRequestProperty.Builder
A builder for
CfnInput.InputDeviceRequestProperty |
static class |
CfnInput.InputDeviceRequestProperty.Jsii$Proxy
An implementation for
CfnInput.InputDeviceRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInput.InputDeviceRequestProperty.Builder |
builder() |
default String |
getId()
This property is not used.
|
@Stability(value=Stable) @Nullable default String getId()
Ignore it.
@Stability(value=Stable) static CfnInput.InputDeviceRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.