Class CfnAdapterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.textract.CfnAdapterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAdapterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAdapterProps
@Stability(Stable)
@Internal
public static final class CfnAdapterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAdapterProps
An implementation for
CfnAdapterProps-
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.textract.CfnAdapterProps
CfnAdapterProps.Builder, CfnAdapterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAdapterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAdapterProps.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 StringThe name to be assigned to the adapter being created.final StringControls whether or not the adapter should automatically update.final StringThe description to be assigned to the adapter being created.The type of feature that the adapter is being trained on.getTags()A list of tags to be added to the adapter.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 theCfnAdapterProps.Builder.
-
-
Method Details
-
getAdapterName
Description copied from interface:CfnAdapterPropsThe name to be assigned to the adapter being created.- Specified by:
getAdapterNamein interfaceCfnAdapterProps- See Also:
-
getFeatureTypes
Description copied from interface:CfnAdapterPropsThe type of feature that the adapter is being trained on.Currently, supported feature types are: QUERIES
- Specified by:
getFeatureTypesin interfaceCfnAdapterProps- See Also:
-
getAutoUpdate
Description copied from interface:CfnAdapterPropsControls whether or not the adapter should automatically update.- Specified by:
getAutoUpdatein interfaceCfnAdapterProps- See Also:
-
getDescription
Description copied from interface:CfnAdapterPropsThe description to be assigned to the adapter being created.- Specified by:
getDescriptionin interfaceCfnAdapterProps- See Also:
-
getTags
Description copied from interface:CfnAdapterPropsA list of tags to be added to the adapter.- Specified by:
getTagsin interfaceCfnAdapterProps- See Also:
-
$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()
-