Package com.pulumi.automation
Class PendingCreateValue
- java.lang.Object
-
- com.pulumi.automation.PendingCreateValue
-
public final class PendingCreateValue extends java.lang.Object
Config values for Importing Pending Create operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PendingCreateValue.Builder
Builder forPendingCreateValue
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PendingCreateValue.Builder
builder()
Returns a new builder forPendingCreateValue
.java.lang.String
id()
Gets the ID of the resource.java.lang.String
urn()
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
-
-