Class CfnApplicationV2.CustomArtifactConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.CustomArtifactConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationV2.CustomArtifactConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationV2.CustomArtifactConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationV2.CustomArtifactConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2.CustomArtifactConfigurationProperty
An implementation for
CfnApplicationV2.CustomArtifactConfigurationProperty
-
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.kinesisanalytics.CfnApplicationV2.CustomArtifactConfigurationProperty
CfnApplicationV2.CustomArtifactConfigurationProperty.Builder, CfnApplicationV2.CustomArtifactConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationV2.CustomArtifactConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnApplicationV2.CustomArtifactConfigurationProperty.Builder
.
-
-
Method Details
-
getArtifactType
Description copied from interface:CfnApplicationV2.CustomArtifactConfigurationProperty
Set this to eitherUDF
orDEPENDENCY_JAR
.UDF
stands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_JAR
can be in either Maven or an S3 bucket.- Specified by:
getArtifactType
in interfaceCfnApplicationV2.CustomArtifactConfigurationProperty
-
getMavenReference
Description copied from interface:CfnApplicationV2.CustomArtifactConfigurationProperty
The parameters required to fully specify a Maven reference.- Specified by:
getMavenReference
in interfaceCfnApplicationV2.CustomArtifactConfigurationProperty
-
getS3ContentLocation
Description copied from interface:CfnApplicationV2.CustomArtifactConfigurationProperty
The location of the custom artifacts.- Specified by:
getS3ContentLocation
in interfaceCfnApplicationV2.CustomArtifactConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-