Class ComponentStepIfCondition
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.ComponentStepIfCondition
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:34.455Z")
@Stability(Experimental)
public class ComponentStepIfCondition
extends software.amazon.jsii.JsiiObject
(experimental) Represents an
if condition in the component document.
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.*;
Object ifObject;
ComponentStepIfCondition componentStepIfCondition = ComponentStepIfCondition.fromObject(Map.of(
"ifObjectKey", ifObject));
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedComponentStepIfCondition(Object ifCondition) protectedComponentStepIfCondition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedComponentStepIfCondition(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentStepIfConditionfromObject(Map<String, ? extends Object> ifObject) (experimental) Creates theifvalue from an object, for the component step.(experimental) The rendered input 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
-
ComponentStepIfCondition
protected ComponentStepIfCondition(software.amazon.jsii.JsiiObjectRef objRef) -
ComponentStepIfCondition
protected ComponentStepIfCondition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ComponentStepIfCondition
- Parameters:
ifCondition- This parameter is required.
-
-
Method Details
-
fromObject
@Stability(Experimental) @NotNull public static ComponentStepIfCondition fromObject(@NotNull Map<String, ? extends Object> ifObject) (experimental) Creates theifvalue from an object, for the component step.- Parameters:
ifObject- The object containing theifcondition. This parameter is required.
-
getIfCondition
(experimental) The rendered input value.
-