Package com.pulumi.automation
Class PendingCreateValue
- java.lang.Object
-
- com.pulumi.automation.PendingCreateValue
-
public final class PendingCreateValue extends java.lang.ObjectConfig values for Importing Pending Create operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPendingCreateValue.BuilderBuilder forPendingCreateValue.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PendingCreateValue.Builderbuilder()Returns a new builder forPendingCreateValue.java.lang.Stringid()Gets the ID of the resource.java.lang.Stringurn()Gets the URN of the resource.
-
-
-
Method Detail
-
builder
public static PendingCreateValue.Builder builder()
Returns a new builder forPendingCreateValue.- Returns:
- the builder
-
urn
public java.lang.String urn()
Gets the URN of the resource.- Returns:
- the logical URN used by Pulumi
-
id
public java.lang.String id()
Gets the ID of the resource.- Returns:
- the ID used by the provider
-
-