@Stability(value=Stable) public static final class CfnProjectProps.Builder extends Object implements software.amazon.jsii.Builder<CfnProjectProps>
CfnProjectProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProjectProps.Builder |
assetIds(List<String> assetIds)
Sets the value of
CfnProjectProps.getAssetIds() |
CfnProjectProps |
build()
Builds the configured instance.
|
CfnProjectProps.Builder |
portalId(String portalId)
Sets the value of
CfnProjectProps.getPortalId() |
CfnProjectProps.Builder |
projectDescription(String projectDescription)
Sets the value of
CfnProjectProps.getProjectDescription() |
CfnProjectProps.Builder |
projectName(String projectName)
Sets the value of
CfnProjectProps.getProjectName() |
CfnProjectProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnProjectProps.getTags() |
@Stability(value=Stable) public CfnProjectProps.Builder portalId(String portalId)
CfnProjectProps.getPortalId()portalId - The ID of the portal in which to create the project. This parameter is required.this@Stability(value=Stable) public CfnProjectProps.Builder projectName(String projectName)
CfnProjectProps.getProjectName()projectName - A friendly name for the project. This parameter is required.this@Stability(value=Stable) public CfnProjectProps.Builder assetIds(List<String> assetIds)
CfnProjectProps.getAssetIds()assetIds - A list that contains the IDs of each asset associated with the project.this@Stability(value=Stable) public CfnProjectProps.Builder projectDescription(String projectDescription)
CfnProjectProps.getProjectDescription()projectDescription - A description for the project.this@Stability(value=Stable) public CfnProjectProps.Builder tags(List<? extends CfnTag> tags)
CfnProjectProps.getTags()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 .this@Stability(value=Stable) public CfnProjectProps build()
build in interface software.amazon.jsii.Builder<CfnProjectProps>CfnProjectPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.