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