Interface ServiceCatalogProvisioningDetails.Builder

    • Method Detail

      • productId

        ServiceCatalogProvisioningDetails.Builder productId​(String productId)

        The ID of the product to provision.

        Parameters:
        productId - The ID of the product to provision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningArtifactId

        ServiceCatalogProvisioningDetails.Builder provisioningArtifactId​(String provisioningArtifactId)

        The ID of the provisioning artifact.

        Parameters:
        provisioningArtifactId - The ID of the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pathId

        ServiceCatalogProvisioningDetails.Builder pathId​(String 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.

        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:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningParameters

        ServiceCatalogProvisioningDetails.Builder provisioningParameters​(Collection<ProvisioningParameter> provisioningParameters)

        A list of key value pairs that you specify when you provision a product.

        Parameters:
        provisioningParameters - A list of key value pairs that you specify when you provision a product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisioningParameters

        ServiceCatalogProvisioningDetails.Builder provisioningParameters​(ProvisioningParameter... provisioningParameters)

        A list of key value pairs that you specify when you provision a product.

        Parameters:
        provisioningParameters - A list of key value pairs that you specify when you provision a product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.