Class WorkflowProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.WorkflowProps.Jsii$Proxy
All Implemented Interfaces:
WorkflowProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
WorkflowProps

@Stability(Experimental) @Internal public static final class WorkflowProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkflowProps
An implementation for WorkflowProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.WorkflowProps

    WorkflowProps.Builder, WorkflowProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the WorkflowProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The change description of the workflow.
    (experimental) The workflow document content that defines the image creation process.
    final String
    (experimental) The description of the workflow.
    final IKey
    (experimental) The KMS key used to encrypt this workflow.
    (experimental) The tags to apply to the workflow.
    final String
    (experimental) The name of the workflow.
    (experimental) The phase in the image build process for which the workflow resource is responsible.
    final String
    (experimental) The version of the workflow.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(WorkflowProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the WorkflowProps.Builder.
  • Method Details

    • getData

      public final WorkflowData getData()
      Description copied from interface: WorkflowProps
      (experimental) The workflow document content that defines the image creation process.
      Specified by:
      getData in interface WorkflowProps
    • getWorkflowType

      public final WorkflowType getWorkflowType()
      Description copied from interface: WorkflowProps
      (experimental) The phase in the image build process for which the workflow resource is responsible.
      Specified by:
      getWorkflowType in interface WorkflowProps
    • getChangeDescription

      public final String getChangeDescription()
      Description copied from interface: WorkflowProps
      (experimental) The change description of the workflow.

      Describes what change has been made in this version of the workflow, or what makes this version different from other versions.

      Default: None

      Specified by:
      getChangeDescription in interface WorkflowProps
    • getDescription

      public final String getDescription()
      Description copied from interface: WorkflowProps
      (experimental) The description of the workflow.

      Default: None

      Specified by:
      getDescription in interface WorkflowProps
    • getKmsKey

      public final IKey getKmsKey()
      Description copied from interface: WorkflowProps
      (experimental) The KMS key used to encrypt this workflow.

      Default: - an Image Builder owned key will be used to encrypt the workflow.

      Specified by:
      getKmsKey in interface WorkflowProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: WorkflowProps
      (experimental) The tags to apply to the workflow.

      Default: None

      Specified by:
      getTags in interface WorkflowProps
    • getWorkflowName

      public final String getWorkflowName()
      Description copied from interface: WorkflowProps
      (experimental) The name of the workflow.

      Default: - a name is generated

      Specified by:
      getWorkflowName in interface WorkflowProps
    • getWorkflowVersion

      public final String getWorkflowVersion()
      Description copied from interface: WorkflowProps
      (experimental) The version of the workflow.

      Default: 1.0.0

      Specified by:
      getWorkflowVersion in interface WorkflowProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object