Class CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty>
- Enclosing interface:
CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty
@Stability(Stable)
public static final class CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.devices(IResolvable devices)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
devices
@Stability(Stable) public CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty.Builder devices(IResolvable devices) - Parameters:
devices- The devices in this version.- Returns:
this
-
devices
@Stability(Stable) public CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty.Builder devices(List<? extends Object> devices) - Parameters:
devices- The devices in this version.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty>- Returns:
- a new instance of
CfnDeviceDefinitionPropsMixin.DeviceDefinitionVersionProperty - Throws:
NullPointerException- if any required attribute was not provided
-