Class ComponentDocumentStep.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.ComponentDocumentStep.Jsii$Proxy
- All Implemented Interfaces:
ComponentDocumentStep,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ComponentDocumentStep
@Stability(Experimental)
@Internal
public static final class ComponentDocumentStep.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ComponentDocumentStep
An implementation for
ComponentDocumentStep-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.ComponentDocumentStep
ComponentDocumentStep.Builder, ComponentDocumentStep.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ComponentDocumentStep.Builder builder) Constructor that initializes the object based on literal property values passed by theComponentDocumentStep.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ComponentAction(experimental) The action to perform in the step.final ComponentStepIfCondition(experimental) The condition to apply to the step.final ComponentStepInputs(experimental) Contains parameters required by the action to run the step.final ComponentDocumentLoopgetLoop()(experimental) A looping construct defining a repeated sequence of instructions.final StringgetName()(experimental) The name of the step.final ComponentOnFailure(experimental) Specifies what the step should do in case of failure.final Duration(experimental) The timeout of the step.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theComponentDocumentStep.Builder.
-
-
Method Details
-
getAction
Description copied from interface:ComponentDocumentStep(experimental) The action to perform in the step.- Specified by:
getActionin interfaceComponentDocumentStep
-
getInputs
Description copied from interface:ComponentDocumentStep(experimental) Contains parameters required by the action to run the step.- Specified by:
getInputsin interfaceComponentDocumentStep- See Also:
-
getName
Description copied from interface:ComponentDocumentStep(experimental) The name of the step.- Specified by:
getNamein interfaceComponentDocumentStep
-
getIfValue
Description copied from interface:ComponentDocumentStep(experimental) The condition to apply to the step.If the condition is false, then the step is skipped
Default: - no condition is applied to the step and it gets executed
- Specified by:
getIfValuein interfaceComponentDocumentStep- See Also:
-
getLoop
Description copied from interface:ComponentDocumentStep(experimental) A looping construct defining a repeated sequence of instructions.Default: None
- Specified by:
getLoopin interfaceComponentDocumentStep
-
getOnFailure
Description copied from interface:ComponentDocumentStep(experimental) Specifies what the step should do in case of failure.Default: ComponentOnFailure.ABORT
- Specified by:
getOnFailurein interfaceComponentDocumentStep
-
getTimeout
Description copied from interface:ComponentDocumentStep(experimental) The timeout of the step.Default: - 120 minutes
- Specified by:
getTimeoutin interfaceComponentDocumentStep
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-