| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static MetadataCatalogDetail.Builder |
MetadataCatalogDetail.builder() |
MetadataCatalogDetail.Builder |
MetadataCatalogDetail.Builder.catalogType(CatalogType catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
|
MetadataCatalogDetail.Builder |
MetadataCatalogDetail.Builder.catalogType(String catalogType)
The type of metadata catalog that Amazon AppFlow used for the associated flow run.
|
default MetadataCatalogDetail.Builder |
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 |
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 |
MetadataCatalogDetail.Builder.tableName(String tableName)
The name of the table that stores the metadata for the associated flow run.
|
default MetadataCatalogDetail.Builder |
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 |
MetadataCatalogDetail.Builder.tableRegistrationOutput(RegistrationOutput tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata
catalog.
|
MetadataCatalogDetail.Builder |
MetadataCatalogDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MetadataCatalogDetail.Builder> |
MetadataCatalogDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.