Class CfnGatewayPropsMixin.GatewayPlatformProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnGatewayPropsMixin.GatewayPlatformProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayPlatformProperty>
- Enclosing interface:
CfnGatewayPropsMixin.GatewayPlatformProperty
@Stability(Stable)
public static final class CfnGatewayPropsMixin.GatewayPlatformProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayPlatformProperty>
A builder for
CfnGatewayPropsMixin.GatewayPlatformProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.greengrass(CfnGatewayPropsMixin.GreengrassProperty greengrass) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrass()greengrass(IResolvable greengrass) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrass()greengrassV2(CfnGatewayPropsMixin.GreengrassV2Property greengrassV2) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrassV2()greengrassV2(IResolvable greengrassV2) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrassV2()siemensIe(CfnGatewayPropsMixin.SiemensIEProperty siemensIe) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getSiemensIe()siemensIe(IResolvable siemensIe) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getSiemensIe()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
greengrass
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPlatformProperty.Builder greengrass(IResolvable greengrass) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrass()- Parameters:
greengrass- the value to be set.- Returns:
this
-
greengrass
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPlatformProperty.Builder greengrass(CfnGatewayPropsMixin.GreengrassProperty greengrass) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrass()- Parameters:
greengrass- the value to be set.- Returns:
this
-
greengrassV2
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPlatformProperty.Builder greengrassV2(IResolvable greengrassV2) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrassV2()- Parameters:
greengrassV2- A gateway that runs on AWS IoT Greengrass V2 .- Returns:
this
-
greengrassV2
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPlatformProperty.Builder greengrassV2(CfnGatewayPropsMixin.GreengrassV2Property greengrassV2) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getGreengrassV2()- Parameters:
greengrassV2- A gateway that runs on AWS IoT Greengrass V2 .- Returns:
this
-
siemensIe
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPlatformProperty.Builder siemensIe(IResolvable siemensIe) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getSiemensIe()- Parameters:
siemensIe- An AWS IoT SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.- Returns:
this
-
siemensIe
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPlatformProperty.Builder siemensIe(CfnGatewayPropsMixin.SiemensIEProperty siemensIe) Sets the value ofCfnGatewayPropsMixin.GatewayPlatformProperty.getSiemensIe()- Parameters:
siemensIe- An AWS IoT SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayPlatformProperty>- Returns:
- a new instance of
CfnGatewayPropsMixin.GatewayPlatformProperty - Throws:
NullPointerException- if any required attribute was not provided
-