Uses of Class
software.amazon.awscdk.services.glue.alpha.ExternalTableProps.Builder
Packages that use ExternalTableProps.Builder
-
Uses of ExternalTableProps.Builder in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return ExternalTableProps.BuilderModifier and TypeMethodDescriptionstatic ExternalTableProps.BuilderExternalTableProps.builder()Sets the value ofTableBaseProps.getColumns()ExternalTableProps.Builder.compressed(Boolean compressed) Sets the value ofTableBaseProps.getCompressed()ExternalTableProps.Builder.connection(IConnection connection) Sets the value ofExternalTableProps.getConnection()Sets the value ofTableBaseProps.getDatabase()ExternalTableProps.Builder.dataFormat(DataFormat dataFormat) Sets the value ofTableBaseProps.getDataFormat()ExternalTableProps.Builder.description(String description) Sets the value ofTableBaseProps.getDescription()ExternalTableProps.Builder.enablePartitionFiltering(Boolean enablePartitionFiltering) Sets the value ofTableBaseProps.getEnablePartitionFiltering()ExternalTableProps.Builder.externalDataLocation(String externalDataLocation) Sets the value ofExternalTableProps.getExternalDataLocation()ExternalTableProps.Builder.parameters(Map<String, String> parameters) Sets the value ofTableBaseProps.getParameters()ExternalTableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()ExternalTableProps.Builder.partitionKeys(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()ExternalTableProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()ExternalTableProps.Builder.storedAsSubDirectories(Boolean storedAsSubDirectories) Sets the value ofTableBaseProps.getStoredAsSubDirectories()Sets the value ofTableBaseProps.getTableName()Constructors in software.amazon.awscdk.services.glue.alpha with parameters of type ExternalTableProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ExternalTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theExternalTableProps.Builder.