Class CfnProject.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnProject.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProject>
- Enclosing class:
CfnProject
@Stability(Stable)
public static final class CfnProject.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProject>
A fluent builder for
CfnProject.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnProject.BuilderprojectDescription(String projectDescription) The description of the project.projectName(String projectName) The name of the project.serviceCatalogProvisionedProductDetails(IResolvable serviceCatalogProvisionedProductDetails) Details of a provisioned service catalog product.serviceCatalogProvisionedProductDetails(CfnProject.ServiceCatalogProvisionedProductDetailsProperty serviceCatalogProvisionedProductDetails) Details of a provisioned service catalog product.serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails) The product ID and provisioning artifact ID to provision a service catalog.A list of key-value pairs to apply to this resource.templateProviderDetails(List<? extends Object> templateProviderDetails) An array of template providers associated with the project.templateProviderDetails(IResolvable templateProviderDetails) An array of template providers associated with the project.
-
Method Details
-
create
@Stability(Stable) public static CfnProject.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnProject.Builder.
-
projectName
The name of the project.- Parameters:
projectName- The name of the project. This parameter is required.- Returns:
this- See Also:
-
projectDescription
The description of the project.- Parameters:
projectDescription- The description of the project. This parameter is required.- Returns:
this- See Also:
-
serviceCatalogProvisionedProductDetails
@Stability(Stable) public CfnProject.Builder serviceCatalogProvisionedProductDetails(IResolvable serviceCatalogProvisionedProductDetails) Details of a provisioned service catalog product.For information about service catalog, see What is AWS Service Catalog .
- Parameters:
serviceCatalogProvisionedProductDetails- Details of a provisioned service catalog product. This parameter is required.- Returns:
this- See Also:
-
serviceCatalogProvisionedProductDetails
@Stability(Stable) public CfnProject.Builder serviceCatalogProvisionedProductDetails(CfnProject.ServiceCatalogProvisionedProductDetailsProperty serviceCatalogProvisionedProductDetails) Details of a provisioned service catalog product.For information about service catalog, see What is AWS Service Catalog .
- Parameters:
serviceCatalogProvisionedProductDetails- Details of a provisioned service catalog product. This parameter is required.- Returns:
this- See Also:
-
serviceCatalogProvisioningDetails
@Stability(Stable) public CfnProject.Builder serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails) The product ID and provisioning artifact ID to provision a service catalog.For information, see What is AWS Service Catalog .
- Parameters:
serviceCatalogProvisioningDetails- The product ID and provisioning artifact ID to provision a service catalog. This parameter is required.- Returns:
this- See Also:
-
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 .
- Parameters:
tags- A list of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
templateProviderDetails
@Stability(Stable) public CfnProject.Builder templateProviderDetails(IResolvable templateProviderDetails) An array of template providers associated with the project.- Parameters:
templateProviderDetails- An array of template providers associated with the project. This parameter is required.- Returns:
this- See Also:
-
templateProviderDetails
@Stability(Stable) public CfnProject.Builder templateProviderDetails(List<? extends Object> templateProviderDetails) An array of template providers associated with the project.- Parameters:
templateProviderDetails- An array of template providers associated with the project. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProject>- Returns:
- a newly built instance of
CfnProject.
-