Class WorkflowParameterValue
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.WorkflowParameterValue
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:50.105Z")
@Stability(Experimental)
public class WorkflowParameterValue
extends software.amazon.jsii.JsiiObject
(experimental) The parameter value for a workflow parameter.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.alpha.*; WorkflowParameterValue workflowParameterValue = WorkflowParameterValue.fromBoolean(false);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowParameterValue(List<String> value) protectedWorkflowParameterValue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedWorkflowParameterValue(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowParameterValuefromBoolean(Boolean value) (experimental) The value of the parameter as a boolean.static WorkflowParameterValuefromInteger(Number value) (experimental) The value of the parameter as an integer.static WorkflowParameterValuefromString(String value) (experimental) The value of the parameter as a string.static WorkflowParameterValuefromStringList(List<String> values) (experimental) The value of the parameter as a string list.getValue()(experimental) The rendered parameter value.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
WorkflowParameterValue
protected WorkflowParameterValue(software.amazon.jsii.JsiiObjectRef objRef) -
WorkflowParameterValue
protected WorkflowParameterValue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
WorkflowParameterValue
- Parameters:
value- This parameter is required.
-
-
Method Details
-
fromBoolean
@Stability(Experimental) @NotNull public static WorkflowParameterValue fromBoolean(@NotNull Boolean value) (experimental) The value of the parameter as a boolean.- Parameters:
value- The boolean value of the parameter. This parameter is required.
-
fromInteger
@Stability(Experimental) @NotNull public static WorkflowParameterValue fromInteger(@NotNull Number value) (experimental) The value of the parameter as an integer.- Parameters:
value- The integer value of the parameter. This parameter is required.
-
fromString
@Stability(Experimental) @NotNull public static WorkflowParameterValue fromString(@NotNull String value) (experimental) The value of the parameter as a string.- Parameters:
value- The string value of the parameter. This parameter is required.
-
fromStringList
@Stability(Experimental) @NotNull public static WorkflowParameterValue fromStringList(@NotNull List<String> values) (experimental) The value of the parameter as a string list.- Parameters:
values- The string list value of the parameter. This parameter is required.
-
getValue
(experimental) The rendered parameter value.
-