Class CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProject.ServiceCatalogProvisioningDetailsProperty>
- Enclosing interface:
CfnProject.ServiceCatalogProvisioningDetailsProperty
@Stability(Stable)
public static final class CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProject.ServiceCatalogProvisioningDetailsProperty>
A builder for
CfnProject.ServiceCatalogProvisioningDetailsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnProject.ServiceCatalogProvisioningDetailsProperty.getPathId()
Sets the value ofCfnProject.ServiceCatalogProvisioningDetailsProperty.getProductId()
provisioningArtifactId
(String provisioningArtifactId) provisioningParameters
(List<? extends Object> provisioningParameters) provisioningParameters
(IResolvable provisioningParameters)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
productId
@Stability(Stable) public CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder productId(String productId) Sets the value ofCfnProject.ServiceCatalogProvisioningDetailsProperty.getProductId()
- Parameters:
productId
- The ID of the product to provision. This parameter is required.- Returns:
this
-
pathId
@Stability(Stable) public CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder pathId(String pathId) Sets the value ofCfnProject.ServiceCatalogProvisioningDetailsProperty.getPathId()
- Parameters:
pathId
- The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.- Returns:
this
-
provisioningArtifactId
@Stability(Stable) public CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder provisioningArtifactId(String provisioningArtifactId) - Parameters:
provisioningArtifactId
- The ID of the provisioning artifact.- Returns:
this
-
provisioningParameters
@Stability(Stable) public CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder provisioningParameters(IResolvable provisioningParameters) - Parameters:
provisioningParameters
- A list of key value pairs that you specify when you provision a product.- Returns:
this
-
provisioningParameters
@Stability(Stable) public CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder provisioningParameters(List<? extends Object> provisioningParameters) - Parameters:
provisioningParameters
- A list of key value pairs that you specify when you provision a product.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnProject.ServiceCatalogProvisioningDetailsProperty>
- Returns:
- a new instance of
CfnProject.ServiceCatalogProvisioningDetailsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-