Class CfnEntity.PropertyGroupProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iottwinmaker.CfnEntity.PropertyGroupProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEntity.PropertyGroupProperty>
- Enclosing interface:
CfnEntity.PropertyGroupProperty
@Stability(Stable)
public static final class CfnEntity.PropertyGroupProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEntity.PropertyGroupProperty>
A builder for
CfnEntity.PropertyGroupProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnEntity.PropertyGroupProperty.getGroupType()
propertyNames
(List<String> propertyNames) Sets the value ofCfnEntity.PropertyGroupProperty.getPropertyNames()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupType
Sets the value ofCfnEntity.PropertyGroupProperty.getGroupType()
- Parameters:
groupType
- The group type.- Returns:
this
-
propertyNames
@Stability(Stable) public CfnEntity.PropertyGroupProperty.Builder propertyNames(List<String> propertyNames) Sets the value ofCfnEntity.PropertyGroupProperty.getPropertyNames()
- Parameters:
propertyNames
- The property names.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEntity.PropertyGroupProperty>
- Returns:
- a new instance of
CfnEntity.PropertyGroupProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-