Class ComponentConfiguration.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class ComponentConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComponentConfiguration
An implementation for ComponentConfiguration
  • 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(ComponentConfiguration.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ComponentConfiguration.Builder.
  • Method Details

    • getComponent

      public final IComponent getComponent()
      Description copied from interface: ComponentConfiguration
      (experimental) The component to execute as part of the image build.
      Specified by:
      getComponent in interface ComponentConfiguration
    • getParameters

      public final Map<String,ComponentParameterValue> getParameters()
      Description copied from interface: ComponentConfiguration
      (experimental) The parameters to use when executing the component.

      Default: - no parameters. if the component contains parameters, their default values will be used. otherwise, any required parameters that are not included will result in a build failure

      Specified by:
      getParameters in interface ComponentConfiguration
    • $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