Class CfnCoreDevicePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnCoreDevicePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCoreDevicePropsMixin>
- Enclosing class:
CfnCoreDevicePropsMixin
@Stability(Stable)
public static final class CfnCoreDevicePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCoreDevicePropsMixin>
A fluent builder for
CfnCoreDevicePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()coreDeviceThingName(String coreDeviceThingName) The name of the core device.create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnCoreDevicePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCoreDevicePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCoreDevicePropsMixin.Builder.
-
coreDeviceThingName
@Stability(Stable) public CfnCoreDevicePropsMixin.Builder coreDeviceThingName(String 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<CfnCoreDevicePropsMixin>- Returns:
- a newly built instance of
CfnCoreDevicePropsMixin.
-