Class CfnDeviceDefinitionVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnDeviceDefinitionVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeviceDefinitionVersionPropsMixin>
- Enclosing class:
CfnDeviceDefinitionVersionPropsMixin
@Stability(Stable)
public static final class CfnDeviceDefinitionVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeviceDefinitionVersionPropsMixin>
A fluent builder for
CfnDeviceDefinitionVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) deviceDefinitionId(String deviceDefinitionId) The ID of the device definition associated with this version.The devices in this version.devices(IResolvable devices) The devices in this version.
-
Method Details
-
create
@Stability(Stable) public static CfnDeviceDefinitionVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDeviceDefinitionVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDeviceDefinitionVersionPropsMixin.Builder.
-
deviceDefinitionId
@Stability(Stable) public CfnDeviceDefinitionVersionPropsMixin.Builder deviceDefinitionId(String deviceDefinitionId) The ID of the device definition associated with this version.This value is a GUID.
- Parameters:
deviceDefinitionId- The ID of the device definition associated with this version. This parameter is required.- Returns:
this- See Also:
-
devices
The devices in this version.- Parameters:
devices- The devices in this version. This parameter is required.- Returns:
this- See Also:
-
devices
@Stability(Stable) public CfnDeviceDefinitionVersionPropsMixin.Builder devices(List<? extends Object> devices) The devices in this version.- Parameters:
devices- The devices in this version. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeviceDefinitionVersionPropsMixin>- Returns:
- a newly built instance of
CfnDeviceDefinitionVersionPropsMixin.
-