@Stability(value=Stable) public static final class CfnDeviceDefinitionVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceDefinitionVersionProps>
CfnDeviceDefinitionVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeviceDefinitionVersionProps |
build()
Builds the configured instance.
|
CfnDeviceDefinitionVersionProps.Builder |
deviceDefinitionId(String deviceDefinitionId)
Sets the value of
CfnDeviceDefinitionVersionProps.getDeviceDefinitionId() |
CfnDeviceDefinitionVersionProps.Builder |
devices(IResolvable devices)
Sets the value of
CfnDeviceDefinitionVersionProps.getDevices() |
CfnDeviceDefinitionVersionProps.Builder |
devices(List<? extends Object> devices)
Sets the value of
CfnDeviceDefinitionVersionProps.getDevices() |
@Stability(value=Stable) public CfnDeviceDefinitionVersionProps.Builder deviceDefinitionId(String deviceDefinitionId)
CfnDeviceDefinitionVersionProps.getDeviceDefinitionId()deviceDefinitionId - `AWS::Greengrass::DeviceDefinitionVersion.DeviceDefinitionId`. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersionProps.Builder devices(IResolvable devices)
CfnDeviceDefinitionVersionProps.getDevices()devices - `AWS::Greengrass::DeviceDefinitionVersion.Devices`. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersionProps.Builder devices(List<? extends Object> devices)
CfnDeviceDefinitionVersionProps.getDevices()devices - `AWS::Greengrass::DeviceDefinitionVersion.Devices`. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersionProps build()
build in interface software.amazon.jsii.Builder<CfnDeviceDefinitionVersionProps>CfnDeviceDefinitionVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.