@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.109Z") @Stability(value=Stable) public interface CfnDeviceProps 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.*;
CfnDeviceProps cfnDeviceProps = CfnDeviceProps.builder()
.deviceFleetName("deviceFleetName")
// the properties below are optional
.device(DeviceProperty.builder()
.deviceName("deviceName")
// the properties below are optional
.description("description")
.iotThingName("iotThingName")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeviceProps.Builder
A builder for
CfnDeviceProps |
static class |
CfnDeviceProps.Jsii$Proxy
An implementation for
CfnDeviceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceProps.Builder |
builder() |
default Object |
getDevice()
`AWS::SageMaker::Device.Device`.
|
String |
getDeviceFleetName()
`AWS::SageMaker::Device.DeviceFleetName`.
|
default List<CfnTag> |
getTags()
`AWS::SageMaker::Device.Tags`.
|
@Stability(value=Stable) @Nullable default Object getDevice()
@Stability(value=Stable) @NotNull String getDeviceFleetName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDeviceProps.Builder builder()
CfnDeviceProps.Builder of CfnDevicePropsCopyright © 2021. All rights reserved.