Class CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.PatternObjectFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.PatternObjectFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.PatternObjectFilterProperty
An implementation for
CfnDataSource.PatternObjectFilterProperty
-
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.bedrock.CfnDataSource.PatternObjectFilterProperty
CfnDataSource.PatternObjectFilterProperty.Builder, CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.PatternObjectFilterProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.final String
The supported object type or content type of the data source.final int
hashCode()
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 theCfnDataSource.PatternObjectFilterProperty.Builder
.
-
-
Method Details
-
getObjectType
Description copied from interface:CfnDataSource.PatternObjectFilterProperty
The supported object type or content type of the data source.- Specified by:
getObjectType
in interfaceCfnDataSource.PatternObjectFilterProperty
- See Also:
-
getExclusionFilters
Description copied from interface:CfnDataSource.PatternObjectFilterProperty
A list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Specified by:
getExclusionFilters
in interfaceCfnDataSource.PatternObjectFilterProperty
- See Also:
-
getInclusionFilters
Description copied from interface:CfnDataSource.PatternObjectFilterProperty
A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Specified by:
getInclusionFilters
in interfaceCfnDataSource.PatternObjectFilterProperty
- See Also:
-
$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()
-