Uses of Class
software.amazon.awscdk.services.glue.CfnTableProps.Builder
-
Uses of CfnTableProps.Builder in software.amazon.awscdk.services.glue
Modifier and TypeMethodDescriptionstatic CfnTableProps.Builder
CfnTableProps.builder()
Sets the value ofCfnTableProps.getCatalogId()
CfnTableProps.Builder.databaseName
(String databaseName) Sets the value ofCfnTableProps.getDatabaseName()
CfnTableProps.Builder.openTableFormatInput
(IResolvable openTableFormatInput) Sets the value ofCfnTableProps.getOpenTableFormatInput()
CfnTableProps.Builder.openTableFormatInput
(CfnTable.OpenTableFormatInputProperty openTableFormatInput) Sets the value ofCfnTableProps.getOpenTableFormatInput()
CfnTableProps.Builder.tableInput
(IResolvable tableInput) Sets the value ofCfnTableProps.getTableInput()
CfnTableProps.Builder.tableInput
(CfnTable.TableInputProperty tableInput) Sets the value ofCfnTableProps.getTableInput()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableProps.Builder
.