Class CfnDataCellsFilterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnDataCellsFilterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataCellsFilterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataCellsFilterProps
@Stability(Stable)
@Internal
public static final class CfnDataCellsFilterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataCellsFilterProps
An implementation for
CfnDataCellsFilterProps
-
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.lakeformation.CfnDataCellsFilterProps
CfnDataCellsFilterProps.Builder, CfnDataCellsFilterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataCellsFilterProps.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
An array of UTF-8 strings.final Object
A wildcard with exclusions.final String
UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .final String
getName()
UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .final Object
A PartiQL predicate.final String
Catalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .final String
UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .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 theCfnDataCellsFilterProps.Builder
.
-
-
Method Details
-
getDatabaseName
Description copied from interface:CfnDataCellsFilterProps
UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .A database in the Data Catalog .
- Specified by:
getDatabaseName
in interfaceCfnDataCellsFilterProps
-
getName
Description copied from interface:CfnDataCellsFilterProps
UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .The name given by the user to the data filter cell.
- Specified by:
getName
in interfaceCfnDataCellsFilterProps
-
getTableCatalogId
Description copied from interface:CfnDataCellsFilterProps
Catalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .The ID of the catalog to which the table belongs.
- Specified by:
getTableCatalogId
in interfaceCfnDataCellsFilterProps
-
getTableName
Description copied from interface:CfnDataCellsFilterProps
UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .A table in the database.
- Specified by:
getTableName
in interfaceCfnDataCellsFilterProps
-
getColumnNames
Description copied from interface:CfnDataCellsFilterProps
An array of UTF-8 strings.A list of column names.
- Specified by:
getColumnNames
in interfaceCfnDataCellsFilterProps
-
getColumnWildcard
Description copied from interface:CfnDataCellsFilterProps
A wildcard with exclusions.You must specify either a
ColumnNames
list or theColumnWildCard
.- Specified by:
getColumnWildcard
in interfaceCfnDataCellsFilterProps
-
getRowFilter
Description copied from interface:CfnDataCellsFilterProps
A PartiQL predicate.- Specified by:
getRowFilter
in interfaceCfnDataCellsFilterProps
-
$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()
-