@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 |
build() |
static CfnProject.Builder |
create(software.constructs.Construct scope,
String id) |
CfnProject.Builder |
projectName(String projectName)
The name of 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 projectName(String projectName)
projectName - The name of 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.