#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ServiceCatalogProvisioningDetails
Implementations
The ID of the product to provision.
The ID of the product to provision.
The ID of the provisioning artifact.
The ID of the provisioning artifact.
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.
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.
Appends an item to provisioning_parameters.
To override the contents of this collection use set_provisioning_parameters.
A list of key value pairs that you specify when you provision a product.
A list of key value pairs that you specify when you provision a product.
Consumes the builder and constructs a ServiceCatalogProvisioningDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more