@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 |
projectDescription(String projectDescription)
The description of the project.
|
CfnProject.Builder |
projectName(String projectName)
The name of the project.
|
CfnProject.Builder |
serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails)
The product ID and provisioning artifact ID to provision a service catalog.
|
CfnProject.Builder |
tags(List<? extends CfnTag> tags)
A list of key-value pairs to apply to this resource.
|
@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.Builder serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails)
For information, see What is AWS Service Catalog .
serviceCatalogProvisioningDetails - The product ID and provisioning artifact ID to provision a service catalog. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder projectDescription(String projectDescription)
projectDescription - The description of the project. This parameter is required.this@Stability(value=Stable) public CfnProject.Builder tags(List<? extends CfnTag> tags)
For more information, see Resource Tag and Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide .
tags - A list of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnProject build()
build in interface software.amazon.jsii.Builder<CfnProject>Copyright © 2022. All rights reserved.