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()Deprecated.Deprecated.ExternalTableProps.Builder.compressed(Boolean compressed) Deprecated.ExternalTableProps.Builder.connection(IConnection connection) Deprecated.Deprecated.ExternalTableProps.Builder.dataFormat(DataFormat dataFormat) Deprecated.ExternalTableProps.Builder.description(String description) Deprecated.ExternalTableProps.Builder.enablePartitionFiltering(Boolean enablePartitionFiltering) Deprecated.ExternalTableProps.Builder.externalDataLocation(String externalDataLocation) Deprecated.ExternalTableProps.Builder.hasEncryptedData(Boolean hasEncryptedData) Deprecated.ExternalTableProps.Builder.parameters(Map<String, String> parameters) Deprecated.ExternalTableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Deprecated.ExternalTableProps.Builder.partitionKeys(List<? extends Column> partitionKeys) Deprecated.ExternalTableProps.Builder.partitionProjection(Map<String, ? extends PartitionProjectionConfiguration> partitionProjection) Deprecated.ExternalTableProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Deprecated.ExternalTableProps.Builder.storedAsSubDirectories(Boolean storedAsSubDirectories) Deprecated.Deprecated.Constructors in software.amazon.awscdk.services.glue.alpha with parameters of type ExternalTableProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ExternalTableProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theExternalTableProps.Builder.