@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 |
build()
Builds the configured instance.
|
CfnProjectProps.Builder |
projectDescription(String projectDescription)
Sets the value of
CfnProjectProps.getProjectDescription() |
CfnProjectProps.Builder |
projectName(String projectName)
Sets the value of
CfnProjectProps.getProjectName() |
CfnProjectProps.Builder |
serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails)
Sets the value of
CfnProjectProps.getServiceCatalogProvisioningDetails() |
CfnProjectProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnProjectProps.getTags() |
@Stability(value=Stable) public CfnProjectProps.Builder projectName(String projectName)
CfnProjectProps.getProjectName()projectName - The name of the project. This parameter is required.this@Stability(value=Stable) public CfnProjectProps.Builder serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails)
CfnProjectProps.getServiceCatalogProvisioningDetails()serviceCatalogProvisioningDetails - The product ID and provisioning artifact ID to provision a service catalog. This parameter is required.
For information, see What is AWS Service Catalog .this@Stability(value=Stable) public CfnProjectProps.Builder projectDescription(String projectDescription)
CfnProjectProps.getProjectDescription()projectDescription - The description of the project.this@Stability(value=Stable) public CfnProjectProps.Builder tags(List<? extends CfnTag> tags)
CfnProjectProps.getTags()tags - A list of key-value pairs to apply to this resource.
For more information, see Resource Tag and Using Cost Allocation Tags in the AWS Billing and Cost Management 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.