Class WorkflowConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.WorkflowConfiguration.Jsii$Proxy
- All Implemented Interfaces:
WorkflowConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WorkflowConfiguration
@Stability(Experimental)
@Internal
public static final class WorkflowConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WorkflowConfiguration
An implementation for
WorkflowConfiguration-
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.WorkflowConfiguration
WorkflowConfiguration.Builder, WorkflowConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(WorkflowConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theWorkflowConfiguration.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 WorkflowOnFailure(experimental) The action to take if the workflow fails.final String(experimental) The named parallel group to include this workflow in.final Map<String, WorkflowParameterValue> (experimental) The parameters to pass to the workflow at execution time.final IWorkflow(experimental) The workflow to execute in the image build.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 theWorkflowConfiguration.Builder.
-
-
Method Details
-
getWorkflow
Description copied from interface:WorkflowConfiguration(experimental) The workflow to execute in the image build.- Specified by:
getWorkflowin interfaceWorkflowConfiguration
-
getOnFailure
Description copied from interface:WorkflowConfiguration(experimental) The action to take if the workflow fails.Default: WorkflowOnFailure.ABORT
- Specified by:
getOnFailurein interfaceWorkflowConfiguration
-
getParallelGroup
Description copied from interface:WorkflowConfiguration(experimental) The named parallel group to include this workflow in.Workflows in the same parallel group run in parallel of each other.
Default: None
- Specified by:
getParallelGroupin interfaceWorkflowConfiguration
-
getParameters
Description copied from interface:WorkflowConfiguration(experimental) The parameters to pass to the workflow at execution time.Default: - none if the workflow has no parameters, otherwise the default parameter values are used
- Specified by:
getParametersin interfaceWorkflowConfiguration
-
$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()
-