Uses of Interface
software.amazon.awssdk.services.glue.model.S3CatalogSource.Builder
-
Packages that use S3CatalogSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3CatalogSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3CatalogSource.Builder Modifier and Type Method Description default S3CatalogSource.BuilderS3CatalogSource.Builder. additionalOptions(Consumer<S3SourceAdditionalOptions.Builder> additionalOptions)Specifies additional connection options.S3CatalogSource.BuilderS3CatalogSource.Builder. additionalOptions(S3SourceAdditionalOptions additionalOptions)Specifies additional connection options.static S3CatalogSource.BuilderS3CatalogSource. builder()S3CatalogSource.BuilderS3CatalogSource.Builder. database(String database)The database to read from.S3CatalogSource.BuilderS3CatalogSource.Builder. name(String name)The name of the data store.S3CatalogSource.BuilderS3CatalogSource.Builder. partitionPredicate(String partitionPredicate)Partitions satisfying this predicate are deleted.S3CatalogSource.BuilderS3CatalogSource.Builder. table(String table)The database table to read from.S3CatalogSource.BuilderS3CatalogSource. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type S3CatalogSource.Builder Modifier and Type Method Description static Class<? extends S3CatalogSource.Builder>S3CatalogSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type S3CatalogSource.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. s3CatalogSource(Consumer<S3CatalogSource.Builder> s3CatalogSource)Specifies an Amazon S3 data store in the Glue Data Catalog.
-