Package com.pulumi.automation
Class PendingCreateValue.Builder
java.lang.Object
com.pulumi.automation.PendingCreateValue.Builder
- Enclosing class:
- PendingCreateValue
Builder for
PendingCreateValue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds thePendingCreateValue.Sets the ID of the resource.Sets the URN of the resource.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setUrn
Sets the URN of the resource.- Parameters:
urn- the logical URN to set- Returns:
- the builder
-
setId
Sets the ID of the resource.- Parameters:
id- the ID to set- Returns:
- the builder
-
build
Builds thePendingCreateValue.- Returns:
- the new PendingCreateValue instance
-