Package com.pulumi.resources
Class CustomResource.CustomResourceInternal
- java.lang.Object
-
- com.pulumi.resources.Resource.ResourceInternal
-
- com.pulumi.resources.CustomResource.CustomResourceInternal
-
- Direct Known Subclasses:
ProviderResource.ProviderResourceInternal
- Enclosing class:
- CustomResource
@InternalUse @ParametersAreNonnullByDefault public static class CustomResource.CustomResourceInternal extends Resource.ResourceInternal
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CustomResourceInternal(CustomResource resource)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomResource.CustomResourceInternal
from(CustomResource r)
void
setId(Output<java.lang.String> id)
More:CustomResource.id()
boolean
trySetId(Output<java.lang.String> id)
-
Methods inherited from class com.pulumi.resources.Resource.ResourceInternal
from, getProvider, getProvider, getProvider, getRemote, getVersion, setUrn, trySetUrn
-
-
-
-
Constructor Detail
-
CustomResourceInternal
protected CustomResourceInternal(CustomResource resource)
-
-
Method Detail
-
from
public static CustomResource.CustomResourceInternal from(CustomResource r)
-
setId
@InternalUse public void setId(Output<java.lang.String> id)
More:CustomResource.id()
- Parameters:
id
- the the provider-assigned unique ID to set- Throws:
java.lang.NullPointerException
- if id is null
-
trySetId
@InternalUse public boolean trySetId(Output<java.lang.String> id)
-
-