Package com.pulumi.deployment
Class InvokeOptions.Builder
java.lang.Object
com.pulumi.deployment.InvokeOptions.Builder
- Enclosing class:
- InvokeOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()An optional parent resource to which this invoke belongs.pluginDownloadURL(String pluginDownloadURL) An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this invoke is downloaded from.provider(ProviderResource provider) An optional provider to use for this invoke.An optional version, corresponding to the version of the provider plugin that should be used when operating on this invoke.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parent
An optional parent resource to which this invoke belongs. -
provider
An optional provider to use for this invoke. If no provider is supplied, the default provider for the invoke package will be used. -
version
An optional version, corresponding to the version of the provider plugin that should be used when operating on this invoke. This version overrides the version information inferred from the current package and should rarely be used. -
pluginDownloadURL
An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this invoke is downloaded from. This URL overrides the download URL inferred from the current package and should rarely be used. -
build
-