Class CfnCoreDeviceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnCoreDeviceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCoreDeviceMixinProps>
- Enclosing interface:
CfnCoreDeviceMixinProps
@Stability(Stable)
public static final class CfnCoreDeviceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCoreDeviceMixinProps>
A builder for
CfnCoreDeviceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.coreDeviceThingName(String coreDeviceThingName) Sets the value ofCfnCoreDeviceMixinProps.getCoreDeviceThingName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
coreDeviceThingName
@Stability(Stable) public CfnCoreDeviceMixinProps.Builder coreDeviceThingName(String coreDeviceThingName) Sets the value ofCfnCoreDeviceMixinProps.getCoreDeviceThingName()- Parameters:
coreDeviceThingName- The name of the core device. This is also the name of the IoT thing.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCoreDeviceMixinProps>- Returns:
- a new instance of
CfnCoreDeviceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-