public static interface MetadataCatalogDetail.Builder extends SdkPojo, CopyableBuilder<MetadataCatalogDetail.Builder,MetadataCatalogDetail>
| Modifier and Type | Method and Description |
|---|---|
MetadataCatalogDetail.Builder |
catalogType(CatalogType catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
|
MetadataCatalogDetail.Builder |
catalogType(String catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
|
default MetadataCatalogDetail.Builder |
partitionRegistrationOutput(Consumer<RegistrationOutput.Builder> partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata
catalog.
|
MetadataCatalogDetail.Builder |
partitionRegistrationOutput(RegistrationOutput partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata
catalog.
|
MetadataCatalogDetail.Builder |
tableName(String tableName)
The name of the table that stores the metadata for the associated flow run.
|
default MetadataCatalogDetail.Builder |
tableRegistrationOutput(Consumer<RegistrationOutput.Builder> tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata
catalog.
|
MetadataCatalogDetail.Builder |
tableRegistrationOutput(RegistrationOutput tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata
catalog.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetadataCatalogDetail.Builder catalogType(String catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run. This parameter returns the following value:
The metadata catalog is provided by the Glue Data Catalog. Glue includes the Glue Data Catalog as a component.
catalogType - The type of metadata catalog that Amazon AppFlow used for the associated flow run. This parameter
returns the following value:
The metadata catalog is provided by the Glue Data Catalog. Glue includes the Glue Data Catalog as a component.
CatalogType,
CatalogTypeMetadataCatalogDetail.Builder catalogType(CatalogType catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run. This parameter returns the following value:
The metadata catalog is provided by the Glue Data Catalog. Glue includes the Glue Data Catalog as a component.
catalogType - The type of metadata catalog that Amazon AppFlow used for the associated flow run. This parameter
returns the following value:
The metadata catalog is provided by the Glue Data Catalog. Glue includes the Glue Data Catalog as a component.
CatalogType,
CatalogTypeMetadataCatalogDetail.Builder tableName(String tableName)
The name of the table that stores the metadata for the associated flow run. The table stores metadata that represents the data that the flow transferred. Amazon AppFlow stores the table in the metadata catalog.
tableName - The name of the table that stores the metadata for the associated flow run. The table stores metadata
that represents the data that the flow transferred. Amazon AppFlow stores the table in the metadata
catalog.MetadataCatalogDetail.Builder tableRegistrationOutput(RegistrationOutput tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog. Amazon AppFlow creates or updates this table for the associated flow run.
tableRegistrationOutput - Describes the status of the attempt from Amazon AppFlow to register the metadata table with the
metadata catalog. Amazon AppFlow creates or updates this table for the associated flow run.default MetadataCatalogDetail.Builder tableRegistrationOutput(Consumer<RegistrationOutput.Builder> tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog. Amazon AppFlow creates or updates this table for the associated flow run.
This is a convenience method that creates an instance of theRegistrationOutput.Builder avoiding the
need to create one manually via RegistrationOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tableRegistrationOutput(RegistrationOutput).
tableRegistrationOutput - a consumer that will call methods on RegistrationOutput.BuildertableRegistrationOutput(RegistrationOutput)MetadataCatalogDetail.Builder partitionRegistrationOutput(RegistrationOutput partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog. The data partitions organize the flow output into a hierarchical path, such as a folder path in an S3 bucket. Amazon AppFlow creates the partitions (if they don't already exist) based on your flow configuration.
partitionRegistrationOutput - Describes the status of the attempt from Amazon AppFlow to register the data partitions with the
metadata catalog. The data partitions organize the flow output into a hierarchical path, such as a
folder path in an S3 bucket. Amazon AppFlow creates the partitions (if they don't already exist) based
on your flow configuration.default MetadataCatalogDetail.Builder partitionRegistrationOutput(Consumer<RegistrationOutput.Builder> partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog. The data partitions organize the flow output into a hierarchical path, such as a folder path in an S3 bucket. Amazon AppFlow creates the partitions (if they don't already exist) based on your flow configuration.
This is a convenience method that creates an instance of theRegistrationOutput.Builder avoiding the
need to create one manually via RegistrationOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to partitionRegistrationOutput(RegistrationOutput).
partitionRegistrationOutput - a consumer that will call methods on RegistrationOutput.BuilderpartitionRegistrationOutput(RegistrationOutput)Copyright © 2022. All rights reserved.