Uses of Interface
software.amazon.awssdk.services.glue.model.BasicCatalogTarget.Builder
-
Packages that use BasicCatalogTarget.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BasicCatalogTarget.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BasicCatalogTarget.Builder Modifier and Type Method Description static BasicCatalogTarget.BuilderBasicCatalogTarget. builder()BasicCatalogTarget.BuilderBasicCatalogTarget.Builder. database(String database)The database that contains the table you want to use as the target.BasicCatalogTarget.BuilderBasicCatalogTarget.Builder. inputs(String... inputs)The nodes that are inputs to the data target.BasicCatalogTarget.BuilderBasicCatalogTarget.Builder. inputs(Collection<String> inputs)The nodes that are inputs to the data target.BasicCatalogTarget.BuilderBasicCatalogTarget.Builder. name(String name)The name of your data target.BasicCatalogTarget.BuilderBasicCatalogTarget.Builder. table(String table)The table that defines the schema of your output data.BasicCatalogTarget.BuilderBasicCatalogTarget. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BasicCatalogTarget.Builder Modifier and Type Method Description static Class<? extends BasicCatalogTarget.Builder>BasicCatalogTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BasicCatalogTarget.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. catalogTarget(Consumer<BasicCatalogTarget.Builder> catalogTarget)Specifies a target that uses a Glue Data Catalog table.
-