@Stability(value=Stable) public static final class CfnDeviceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceProps>
CfnDeviceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeviceProps |
build()
Builds the configured instance.
|
CfnDeviceProps.Builder |
device(CfnDevice.DeviceProperty device)
Sets the value of
CfnDeviceProps.getDevice() |
CfnDeviceProps.Builder |
device(IResolvable device)
Sets the value of
CfnDeviceProps.getDevice() |
CfnDeviceProps.Builder |
deviceFleetName(String deviceFleetName)
Sets the value of
CfnDeviceProps.getDeviceFleetName() |
CfnDeviceProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDeviceProps.getTags() |
@Stability(value=Stable) public CfnDeviceProps.Builder deviceFleetName(String deviceFleetName)
CfnDeviceProps.getDeviceFleetName()deviceFleetName - `AWS::SageMaker::Device.DeviceFleetName`. This parameter is required.this@Stability(value=Stable) public CfnDeviceProps.Builder device(CfnDevice.DeviceProperty device)
CfnDeviceProps.getDevice()device - `AWS::SageMaker::Device.Device`.this@Stability(value=Stable) public CfnDeviceProps.Builder device(IResolvable device)
CfnDeviceProps.getDevice()device - `AWS::SageMaker::Device.Device`.this@Stability(value=Stable) public CfnDeviceProps.Builder tags(List<? extends CfnTag> tags)
CfnDeviceProps.getTags()tags - `AWS::SageMaker::Device.Tags`.this@Stability(value=Stable) public CfnDeviceProps build()
build in interface software.amazon.jsii.Builder<CfnDeviceProps>CfnDevicePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.