Package com.pulumi.deployment
Class InvokeOptions
java.lang.Object
com.pulumi.deployment.InvokeOptions
- Direct Known Subclasses:
InvokeOutputOptions
Options to help control the behavior of @see
Deployment.invokeAsync(String, TypeShape, InvokeArgs, InvokeOptions).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvokeOptions(Resource parent, ProviderResource provider, String version) InvokeOptions(Resource parent, ProviderResource provider, String version, String pluginDownloadURL) -
Method Summary
Modifier and TypeMethodDescriptionstatic InvokeOptions.Builderbuilder()An optional parent to use for default options for this invoke (e.g.An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this resource is downloaded from.An optional version, corresponding to the version of the provider plugin that should be used when performing this invoke.
-
Field Details
-
Empty
-
-
Constructor Details
-
InvokeOptions
public InvokeOptions() -
InvokeOptions
public InvokeOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable String version) -
InvokeOptions
public InvokeOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable String version, @Nullable String pluginDownloadURL)
-
-
Method Details
-
getParent
An optional parent to use for default options for this invoke (e.g. the default provider to use). -
getProvider
-
getVersion
An optional version, corresponding to the version of the provider plugin that should be used when performing this invoke. -
getPluginDownloadURL
An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this resource is downloaded from. This URL overrides the download URL inferred from the current package and should rarely be used. -
builder
-