| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataCatalogDetail |
MetadataCatalogDetail.clone() |
MetadataCatalogDetail |
MetadataCatalogDetail.withCatalogType(CatalogType catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
|
MetadataCatalogDetail |
MetadataCatalogDetail.withCatalogType(String catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
|
MetadataCatalogDetail |
MetadataCatalogDetail.withPartitionRegistrationOutput(RegistrationOutput partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata
catalog.
|
MetadataCatalogDetail |
MetadataCatalogDetail.withTableName(String tableName)
The name of the table that stores the metadata for the associated flow run.
|
MetadataCatalogDetail |
MetadataCatalogDetail.withTableRegistrationOutput(RegistrationOutput tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataCatalogDetail> |
DescribeFlowResult.getLastRunMetadataCatalogDetails()
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
List<MetadataCatalogDetail> |
ExecutionRecord.getMetadataCatalogDetails()
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowResult |
DescribeFlowResult.withLastRunMetadataCatalogDetails(MetadataCatalogDetail... lastRunMetadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
ExecutionRecord |
ExecutionRecord.withMetadataCatalogDetails(MetadataCatalogDetail... metadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlowResult.setLastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail> lastRunMetadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
void |
ExecutionRecord.setMetadataCatalogDetails(Collection<MetadataCatalogDetail> metadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
DescribeFlowResult |
DescribeFlowResult.withLastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail> lastRunMetadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
ExecutionRecord |
ExecutionRecord.withMetadataCatalogDetails(Collection<MetadataCatalogDetail> metadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
Copyright © 2023. All rights reserved.