Uses of Interface
software.amazon.awssdk.services.glue.model.CatalogTarget.Builder
-
Packages that use CatalogTarget.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogTarget.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogTarget.Builder Modifier and Type Method Description static CatalogTarget.BuilderCatalogTarget. builder()CatalogTarget.BuilderCatalogTarget.Builder. connectionName(String connectionName)The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using aCatalogconnection type paired with aNETWORKConnection type.CatalogTarget.BuilderCatalogTarget.Builder. databaseName(String databaseName)The name of the database to be synchronized.CatalogTarget.BuilderCatalogTarget.Builder. dlqEventQueueArn(String dlqEventQueueArn)A valid Amazon dead-letter SQS ARN.CatalogTarget.BuilderCatalogTarget.Builder. eventQueueArn(String eventQueueArn)A valid Amazon SQS ARN.CatalogTarget.BuilderCatalogTarget.Builder. tables(String... tables)A list of the tables to be synchronized.CatalogTarget.BuilderCatalogTarget.Builder. tables(Collection<String> tables)A list of the tables to be synchronized.CatalogTarget.BuilderCatalogTarget. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CatalogTarget.Builder Modifier and Type Method Description static Class<? extends CatalogTarget.Builder>CatalogTarget. serializableBuilderClass()
-