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