@Stability(value=Stable)
public static interface CfnDevice.DeviceProperty
extends software.amazon.jsii.JsiiSerializable
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.sagemaker.*;
DeviceProperty deviceProperty = DeviceProperty.builder()
.deviceName("deviceName")
// the properties below are optional
.description("description")
.iotThingName("iotThingName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDevice.DeviceProperty.Builder
A builder for
CfnDevice.DeviceProperty |
static class |
CfnDevice.DeviceProperty.Jsii$Proxy
An implementation for
CfnDevice.DeviceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDevice.DeviceProperty.Builder |
builder() |
default String |
getDescription()
Description of the device.
|
String |
getDeviceName()
The name of the device.
|
default String |
getIotThingName()
AWS Internet of Things (IoT) object name.
|
@Stability(value=Stable) @NotNull String getDeviceName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getIotThingName()
@Stability(value=Stable) static CfnDevice.DeviceProperty.Builder builder()
CfnDevice.DeviceProperty.Builder of CfnDevice.DevicePropertyCopyright © 2022. All rights reserved.