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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lakeformation.CfnDataCellsFilterProps
CfnDataCellsFilterProps.Builder, CfnDataCellsFilterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataCellsFilterProps.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 booleanAn array of UTF-8 strings.final ObjectA wildcard with exclusions.final StringUTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .final StringgetName()UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .final ObjectA PartiQL predicate.final StringCatalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .final StringUTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .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 theCfnDataCellsFilterProps.Builder.
-
-
Method Details
-
getDatabaseName
Description copied from interface:CfnDataCellsFilterPropsUTF-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:
getDatabaseNamein interfaceCfnDataCellsFilterProps- See Also:
-
getName
Description copied from interface:CfnDataCellsFilterPropsUTF-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:
getNamein interfaceCfnDataCellsFilterProps- See Also:
-
getTableCatalogId
Description copied from interface:CfnDataCellsFilterPropsCatalog 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:
getTableCatalogIdin interfaceCfnDataCellsFilterProps- See Also:
-
getTableName
Description copied from interface:CfnDataCellsFilterPropsUTF-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:
getTableNamein interfaceCfnDataCellsFilterProps- See Also:
-
getColumnNames
Description copied from interface:CfnDataCellsFilterPropsAn array of UTF-8 strings.A list of column names.
- Specified by:
getColumnNamesin interfaceCfnDataCellsFilterProps- See Also:
-
getColumnWildcard
Description copied from interface:CfnDataCellsFilterPropsA wildcard with exclusions.You must specify either a
ColumnNameslist or theColumnWildCard.- Specified by:
getColumnWildcardin interfaceCfnDataCellsFilterProps- See Also:
-
getRowFilter
Description copied from interface:CfnDataCellsFilterPropsA PartiQL predicate.- Specified by:
getRowFilterin interfaceCfnDataCellsFilterProps- 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()
-