Class CfnGateway.GreengrassProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotsitewise.CfnGateway.GreengrassProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGateway.GreengrassProperty>
- Enclosing interface:
CfnGateway.GreengrassProperty
@Stability(Stable)
public static final class CfnGateway.GreengrassProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGateway.GreengrassProperty>
A builder for
CfnGateway.GreengrassProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnGateway.GreengrassProperty.getGroupArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupArn
Sets the value ofCfnGateway.GreengrassProperty.getGroupArn()
- Parameters:
groupArn
- The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the AWS IoT Greengrass V1 API Reference . This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnGateway.GreengrassProperty>
- Returns:
- a new instance of
CfnGateway.GreengrassProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-