Class CfnComponentType.CompositeComponentTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iottwinmaker.CfnComponentType.CompositeComponentTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComponentType.CompositeComponentTypeProperty>
- Enclosing interface:
CfnComponentType.CompositeComponentTypeProperty
@Stability(Stable)
public static final class CfnComponentType.CompositeComponentTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComponentType.CompositeComponentTypeProperty>
A builder for
CfnComponentType.CompositeComponentTypeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.componentTypeId(String componentTypeId) Sets the value ofCfnComponentType.CompositeComponentTypeProperty.getComponentTypeId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
componentTypeId
@Stability(Stable) public CfnComponentType.CompositeComponentTypeProperty.Builder componentTypeId(String componentTypeId) Sets the value ofCfnComponentType.CompositeComponentTypeProperty.getComponentTypeId()- Parameters:
componentTypeId- The ID of the component type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComponentType.CompositeComponentTypeProperty>- Returns:
- a new instance of
CfnComponentType.CompositeComponentTypeProperty - Throws:
NullPointerException- if any required attribute was not provided
-