Class CfnDataAutomationProject.OverrideConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.OverrideConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAutomationProject.OverrideConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAutomationProject.OverrideConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataAutomationProject.OverrideConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAutomationProject.OverrideConfigurationProperty
An implementation for
CfnDataAutomationProject.OverrideConfigurationProperty-
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.bedrock.CfnDataAutomationProject.OverrideConfigurationProperty
CfnDataAutomationProject.OverrideConfigurationProperty.Builder, CfnDataAutomationProject.OverrideConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAutomationProject.OverrideConfigurationProperty.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 ObjectgetAudio()This element declares whether your project will process audio files.final ObjectAdditional settings for a project.final ObjectgetImage()This element declares whether your project will process image files.final ObjectLets you set which modalities certain file types are processed as.final ObjectgetVideo()This element declares whether your project will process video files.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 theCfnDataAutomationProject.OverrideConfigurationProperty.Builder.
-
-
Method Details
-
getAudio
Description copied from interface:CfnDataAutomationProject.OverrideConfigurationPropertyThis element declares whether your project will process audio files.Returns union: either
IResolvableorCfnDataAutomationProject.AudioOverrideConfigurationProperty- Specified by:
getAudioin interfaceCfnDataAutomationProject.OverrideConfigurationProperty- See Also:
-
getDocument
Description copied from interface:CfnDataAutomationProject.OverrideConfigurationPropertyAdditional settings for a project.Returns union: either
IResolvableorCfnDataAutomationProject.DocumentOverrideConfigurationProperty- Specified by:
getDocumentin interfaceCfnDataAutomationProject.OverrideConfigurationProperty- See Also:
-
getImage
Description copied from interface:CfnDataAutomationProject.OverrideConfigurationPropertyThis element declares whether your project will process image files.Returns union: either
IResolvableorCfnDataAutomationProject.ImageOverrideConfigurationProperty- Specified by:
getImagein interfaceCfnDataAutomationProject.OverrideConfigurationProperty- See Also:
-
getModalityRouting
Description copied from interface:CfnDataAutomationProject.OverrideConfigurationPropertyLets you set which modalities certain file types are processed as.Returns union: either
IResolvableorCfnDataAutomationProject.ModalityRoutingConfigurationProperty- Specified by:
getModalityRoutingin interfaceCfnDataAutomationProject.OverrideConfigurationProperty- See Also:
-
getVideo
Description copied from interface:CfnDataAutomationProject.OverrideConfigurationPropertyThis element declares whether your project will process video files.Returns union: either
IResolvableorCfnDataAutomationProject.VideoOverrideConfigurationProperty- Specified by:
getVideoin interfaceCfnDataAutomationProject.OverrideConfigurationProperty- 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()
-