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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
    protected
    ComponentStepIfCondition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    ComponentStepIfCondition(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    fromObject(Map<String,? extends Object> ifObject)
    (experimental) Creates the if value 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, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      @Stability(Experimental) protected ComponentStepIfCondition(@NotNull Object ifCondition)
      Parameters:
      ifCondition - This parameter is required.
  • Method Details

    • fromObject

      @Stability(Experimental) @NotNull public static ComponentStepIfCondition fromObject(@NotNull Map<String,? extends Object> ifObject)
      (experimental) Creates the if value from an object, for the component step.

      Parameters:
      ifObject - The object containing the if condition. This parameter is required.
    • getIfCondition

      @Stability(Experimental) @NotNull public Object getIfCondition()
      (experimental) The rendered input value.