Package com.pulumi.deployment
Class InvokeOptions.Builder
- java.lang.Object
-
- com.pulumi.deployment.InvokeOptions.Builder
-
- Enclosing class:
- InvokeOptions
public static final class InvokeOptions.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeOptions
build()
InvokeOptions.Builder
parent(Resource parent)
An optional parent resource to which this invoke belongs.InvokeOptions.Builder
pluginDownloadURL(java.lang.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.InvokeOptions.Builder
provider(ProviderResource provider)
An optional provider to use for this invoke.InvokeOptions.Builder
version(java.lang.String version)
An optional version, corresponding to the version of the provider plugin that should be used when operating on this invoke.
-
-
-
Method Detail
-
parent
public InvokeOptions.Builder parent(Resource parent)
An optional parent resource to which this invoke belongs.
-
provider
public InvokeOptions.Builder provider(ProviderResource 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
public InvokeOptions.Builder version(java.lang.String 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
public InvokeOptions.Builder pluginDownloadURL(java.lang.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. This URL overrides the download URL inferred from the current package and should rarely be used.
-
build
public InvokeOptions build()
-
-