Class CallOptions

java.lang.Object
com.pulumi.deployment.CallOptions

@ParametersAreNonnullByDefault public final class CallOptions extends Object
Options to help control the behavior of @see Deployment.call(String, TypeShape, CallArgs, Resource, CallOptions).
  • Field Details

  • Constructor Details

    • CallOptions

      public CallOptions()
    • CallOptions

      public CallOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable String version)
  • Method Details

    • getParent

      public Optional<Resource> getParent()
      An optional parent to use for default options for this invoke (e.g. the default provider to use).
    • getProvider

      public Optional<ProviderResource> getProvider()
    • getVersion

      public Optional<String> getVersion()
      An optional version, corresponding to the version of the provider plugin that should be used when performing this invokes.