Package com.pulumi.automation
Class PendingCreateValue.Builder
- java.lang.Object
-
- com.pulumi.automation.PendingCreateValue.Builder
-
- Enclosing class:
- PendingCreateValue
public static class PendingCreateValue.Builder extends java.lang.ObjectBuilder forPendingCreateValue.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PendingCreateValuebuild()Builds thePendingCreateValue.PendingCreateValue.BuildersetId(java.lang.String id)Sets the ID of the resource.PendingCreateValue.BuildersetUrn(java.lang.String urn)Sets the URN of the resource.
-
-
-
Method Detail
-
setUrn
public PendingCreateValue.Builder setUrn(java.lang.String urn)
Sets the URN of the resource.- Parameters:
urn- the logical URN to set- Returns:
- the builder
-
setId
public PendingCreateValue.Builder setId(java.lang.String id)
Sets the ID of the resource.- Parameters:
id- the ID to set- Returns:
- the builder
-
build
public PendingCreateValue build()
Builds thePendingCreateValue.- Returns:
- the new PendingCreateValue instance
-
-