Package com.pulumi.resources
Class StackReferenceOutputDetails.Builder
java.lang.Object
com.pulumi.resources.StackReferenceOutputDetails.Builder
- Enclosing class:
- StackReferenceOutputDetails
Builds instances of type
StackReferenceOutputDetails.
Use StackReferenceOutputDetails.builder() to create a new builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a StackReferenceOutputDetails instance.secretValue(Object secretValue) Specifies a secret output value returned by the StackReference.Specifies an output value returned by the StackReference.
-
Method Details
-
value
Specifies an output value returned by the StackReference.The value must not be a secret.
-
secretValue
Specifies a secret output value returned by the StackReference.The value *must* be a secret.
-
build
Builds a StackReferenceOutputDetails instance.- Throws:
IllegalArgumentException- if both value and secretValue are set
-