Class CfnCoreDevice.Builder
java.lang.Object
software.amazon.awscdk.services.greengrassv2.CfnCoreDevice.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCoreDevice>
- Enclosing class:
CfnCoreDevice
@Stability(Stable)
public static final class CfnCoreDevice.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCoreDevice>
A fluent builder for
CfnCoreDevice.-
Method Summary
Modifier and TypeMethodDescriptionbuild()coreDeviceThingName(String coreDeviceThingName) The name of the core device.static CfnCoreDevice.Builder
-
Method Details
-
create
@Stability(Stable) public static CfnCoreDevice.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCoreDevice.Builder.
-
coreDeviceThingName
The name of the core device.This is also the name of the IoT thing.
- Parameters:
coreDeviceThingName- The name of the core device. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCoreDevice>- Returns:
- a newly built instance of
CfnCoreDevice.
-