Class CfnProjectMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProjectMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectMixinProps>
- Enclosing interface:
CfnProjectMixinProps
@Stability(Stable)
public static final class CfnProjectMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectMixinProps>
A builder for
CfnProjectMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.projectDescription(String projectDescription) Sets the value ofCfnProjectMixinProps.getProjectDescription()projectName(String projectName) Sets the value ofCfnProjectMixinProps.getProjectName()serviceCatalogProvisionedProductDetails(CfnProjectPropsMixin.ServiceCatalogProvisionedProductDetailsProperty serviceCatalogProvisionedProductDetails) Sets the value ofCfnProjectMixinProps.getServiceCatalogProvisionedProductDetails()serviceCatalogProvisionedProductDetails(IResolvable serviceCatalogProvisionedProductDetails) Sets the value ofCfnProjectMixinProps.getServiceCatalogProvisionedProductDetails()serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails) Sets the value ofCfnProjectMixinProps.getServiceCatalogProvisioningDetails()Sets the value ofCfnProjectMixinProps.getTags()templateProviderDetails(List<? extends Object> templateProviderDetails) Sets the value ofCfnProjectMixinProps.getTemplateProviderDetails()templateProviderDetails(IResolvable templateProviderDetails) Sets the value ofCfnProjectMixinProps.getTemplateProviderDetails()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
projectDescription
@Stability(Stable) public CfnProjectMixinProps.Builder projectDescription(String projectDescription) Sets the value ofCfnProjectMixinProps.getProjectDescription()- Parameters:
projectDescription- The description of the project.- Returns:
this
-
projectName
Sets the value ofCfnProjectMixinProps.getProjectName()- Parameters:
projectName- The name of the project.- Returns:
this
-
serviceCatalogProvisionedProductDetails
@Stability(Stable) public CfnProjectMixinProps.Builder serviceCatalogProvisionedProductDetails(IResolvable serviceCatalogProvisionedProductDetails) Sets the value ofCfnProjectMixinProps.getServiceCatalogProvisionedProductDetails()- Parameters:
serviceCatalogProvisionedProductDetails- Details of a provisioned service catalog product. For information about service catalog, see What is AWS Service Catalog .- Returns:
this
-
serviceCatalogProvisionedProductDetails
@Stability(Stable) public CfnProjectMixinProps.Builder serviceCatalogProvisionedProductDetails(CfnProjectPropsMixin.ServiceCatalogProvisionedProductDetailsProperty serviceCatalogProvisionedProductDetails) Sets the value ofCfnProjectMixinProps.getServiceCatalogProvisionedProductDetails()- Parameters:
serviceCatalogProvisionedProductDetails- Details of a provisioned service catalog product. For information about service catalog, see What is AWS Service Catalog .- Returns:
this
-
serviceCatalogProvisioningDetails
@Stability(Stable) public CfnProjectMixinProps.Builder serviceCatalogProvisioningDetails(Object serviceCatalogProvisioningDetails) Sets the value ofCfnProjectMixinProps.getServiceCatalogProvisioningDetails()- Parameters:
serviceCatalogProvisioningDetails- The product ID and provisioning artifact ID to provision a service catalog. For information, see What is AWS Service Catalog .- Returns:
this
-
tags
Sets the value ofCfnProjectMixinProps.getTags()- Parameters:
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 .- Returns:
this
-
templateProviderDetails
@Stability(Stable) public CfnProjectMixinProps.Builder templateProviderDetails(IResolvable templateProviderDetails) Sets the value ofCfnProjectMixinProps.getTemplateProviderDetails()- Parameters:
templateProviderDetails- An array of template providers associated with the project.- Returns:
this
-
templateProviderDetails
@Stability(Stable) public CfnProjectMixinProps.Builder templateProviderDetails(List<? extends Object> templateProviderDetails) Sets the value ofCfnProjectMixinProps.getTemplateProviderDetails()- Parameters:
templateProviderDetails- An array of template providers associated with the project.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectMixinProps>- Returns:
- a new instance of
CfnProjectMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-