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-
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.ComponentConfiguration
ComponentConfiguration.Builder, ComponentConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ComponentConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theComponentConfiguration.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 IComponent(experimental) The component to execute as part of the image build.final Map<String, ComponentParameterValue> (experimental) The parameters to use when executing the component.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 theComponentConfiguration.Builder.
-
-
Method Details
-
getComponent
Description copied from interface:ComponentConfiguration(experimental) The component to execute as part of the image build.- Specified by:
getComponentin interfaceComponentConfiguration
-
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:
getParametersin interfaceComponentConfiguration
-
$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()
-