Package com.pulumi.deployment
Class CallOptions
- java.lang.Object
-
- com.pulumi.deployment.CallOptions
-
@ParametersAreNonnullByDefault public final class CallOptions extends java.lang.ObjectOptions to help control the behavior of @seeDeployment.call(String, TypeShape, CallArgs, Resource, CallOptions).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallOptions.CallOptionsInternal
-
Field Summary
Fields Modifier and Type Field Description static CallOptionsEmpty
-
Constructor Summary
Constructors Constructor Description CallOptions()CallOptions(Resource parent, ProviderResource provider, java.lang.String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<Resource>getParent()An optional parent to use for default options for this invoke (e.g.java.util.Optional<ProviderResource>getProvider()java.util.Optional<java.lang.String>getVersion()An optional version, corresponding to the version of the provider plugin that should be used when performing this invokes.
-
-
-
Field Detail
-
Empty
public static CallOptions Empty
-
-
Constructor Detail
-
CallOptions
public CallOptions()
-
CallOptions
public CallOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable java.lang.String version)
-
-
Method Detail
-
getParent
public java.util.Optional<Resource> getParent()
An optional parent to use for default options for this invoke (e.g. the default provider to use).
-
getProvider
public java.util.Optional<ProviderResource> getProvider()
-
getVersion
public java.util.Optional<java.lang.String> getVersion()
An optional version, corresponding to the version of the provider plugin that should be used when performing this invokes.
-
-