Uses of Interface
software.amazon.awssdk.services.glue.model.DynamoDBCatalogSource.Builder
-
Packages that use DynamoDBCatalogSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DynamoDBCatalogSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DynamoDBCatalogSource.Builder Modifier and Type Method Description static DynamoDBCatalogSource.BuilderDynamoDBCatalogSource. builder()DynamoDBCatalogSource.BuilderDynamoDBCatalogSource.Builder. database(String database)The name of the database to read from.DynamoDBCatalogSource.BuilderDynamoDBCatalogSource.Builder. name(String name)The name of the data source.DynamoDBCatalogSource.BuilderDynamoDBCatalogSource.Builder. table(String table)The name of the table in the database to read from.DynamoDBCatalogSource.BuilderDynamoDBCatalogSource. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DynamoDBCatalogSource.Builder Modifier and Type Method Description static Class<? extends DynamoDBCatalogSource.Builder>DynamoDBCatalogSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DynamoDBCatalogSource.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. dynamoDBCatalogSource(Consumer<DynamoDBCatalogSource.Builder> dynamoDBCatalogSource)Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
-