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