Class ComponentProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class ComponentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComponentProps
An implementation for ComponentProps
  • 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.ComponentProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ComponentProps.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 component.
    final String
    (experimental) The name of the component.
    final String
    (experimental) The version of the component.
    (experimental) The component document content that defines the build, validation, or test steps to be executed during the image building process.
    final String
    (experimental) The description of the component.
    final IKey
    (experimental) The KMS key used to encrypt this component.
    final Platform
    (experimental) The operating system platform of the component.
    (experimental) The operating system versions supported by the component.
    (experimental) The tags to apply to the component.
    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(ComponentProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ComponentProps.Builder.
  • Method Details

    • getData

      public final ComponentData getData()
      Description copied from interface: ComponentProps
      (experimental) The component document content that defines the build, validation, or test steps to be executed during the image building process.
      Specified by:
      getData in interface ComponentProps
    • getPlatform

      public final Platform getPlatform()
      Description copied from interface: ComponentProps
      (experimental) The operating system platform of the component.
      Specified by:
      getPlatform in interface ComponentProps
    • getChangeDescription

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

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

      Default: None

      Specified by:
      getChangeDescription in interface ComponentProps
    • getComponentName

      public final String getComponentName()
      Description copied from interface: ComponentProps
      (experimental) The name of the component.

      Default: - a name is generated

      Specified by:
      getComponentName in interface ComponentProps
    • getComponentVersion

      public final String getComponentVersion()
      Description copied from interface: ComponentProps
      (experimental) The version of the component.

      Default: 1.0.0

      Specified by:
      getComponentVersion in interface ComponentProps
    • getDescription

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

      Default: None

      Specified by:
      getDescription in interface ComponentProps
    • getKmsKey

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

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

      Specified by:
      getKmsKey in interface ComponentProps
    • getSupportedOsVersions

      public final List<OSVersion> getSupportedOsVersions()
      Description copied from interface: ComponentProps
      (experimental) The operating system versions supported by the component.

      Default: None

      Specified by:
      getSupportedOsVersions in interface ComponentProps
    • getTags

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

      Default: None

      Specified by:
      getTags in interface ComponentProps
    • $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