@Stability(value=Stable) public static final class CfnProject.Builder extends Object implements software.amazon.jsii.Builder<CfnProject>
CfnProject.| Modifier and Type | Method and Description |
|---|---|
CfnProject.Builder |
assetIds(List<String> assetIds)
A list that contains the IDs of each asset associated with the project.
|
CfnProject |
build() |
static CfnProject.Builder |
create(software.constructs.Construct scope,
String id) |
CfnProject.Builder |
portalId(String portalId)
The ID of the portal in which to create the project.
|
CfnProject.Builder |
projectDescription(String projectDescription)
A description for the project.
|
CfnProject.Builder |
projectName(String projectName)
A friendly name for the project.
|
CfnProject.Builder |
tags(List<? extends CfnTag> tags)
A list of key-value pairs that contain metadata for the project.
|
@Stability(value=Stable) public static CfnProject.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnProject.Builder.@Stability(value=Stable) public CfnProject.Builder portalId(String portalId)
portalId - The ID of the portal in which to create the project. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder projectName(String projectName)
projectName - A friendly name for the project. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder assetIds(List<String> assetIds)
assetIds - A list that contains the IDs of each asset associated with the project. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder projectDescription(String projectDescription)
projectDescription - A description for the project. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder tags(List<? extends CfnTag> tags)
For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
tags - A list of key-value pairs that contain metadata for the project. This parameter is required.this@Stability(value=Stable) public CfnProject build()
build in interface software.amazon.jsii.Builder<CfnProject>Copyright © 2022. All rights reserved.