Class CfnProjectPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnProjectPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectPropsMixin>
- Enclosing class:
CfnProjectPropsMixin
@Stability(Stable)
public static final class CfnProjectPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectPropsMixin>
A fluent builder for
CfnProjectPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionA list that contains the IDs of each asset associated with the project.build()static CfnProjectPropsMixin.Buildercreate()static CfnProjectPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The ID of the portal in which to create the project.projectDescription(String projectDescription) A description for the project.projectName(String projectName) A friendly name for the project.A list of key-value pairs that contain metadata for the project.
-
Method Details
-
create
@Stability(Stable) public static CfnProjectPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnProjectPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnProjectPropsMixin.Builder.
-
assetIds
A list that contains the IDs of each asset associated with the project.- Parameters:
assetIds- A list that contains the IDs of each asset associated with the project. This parameter is required.- Returns:
this- See Also:
-
portalId
The ID of the portal in which to create the project.- Parameters:
portalId- The ID of the portal in which to create the project. This parameter is required.- Returns:
this- See Also:
-
projectDescription
@Stability(Stable) public CfnProjectPropsMixin.Builder projectDescription(String projectDescription) A description for the project.- Parameters:
projectDescription- A description for the project. This parameter is required.- Returns:
this- See Also:
-
projectName
A friendly name for the project.- Parameters:
projectName- A friendly name for the project. This parameter is required.- Returns:
this- See Also:
-
tags
A list of key-value pairs that contain metadata for the project.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Parameters:
tags- A list of key-value pairs that contain metadata for the project. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectPropsMixin>- Returns:
- a newly built instance of
CfnProjectPropsMixin.
-