| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static HudiTarget.Builder |
HudiTarget.builder() |
HudiTarget.Builder |
HudiTarget.Builder.connectionName(String connectionName)
The name of the connection to use to connect to the Hudi target.
|
HudiTarget.Builder |
HudiTarget.Builder.exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
HudiTarget.Builder |
HudiTarget.Builder.exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
HudiTarget.Builder |
HudiTarget.Builder.maximumTraversalDepth(Integer maximumTraversalDepth)
The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in
your Amazon S3 path.
|
HudiTarget.Builder |
HudiTarget.Builder.paths(Collection<String> paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata
files for a Hudi table resides.
|
HudiTarget.Builder |
HudiTarget.Builder.paths(String... paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata
files for a Hudi table resides.
|
HudiTarget.Builder |
HudiTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HudiTarget.Builder> |
HudiTarget.serializableBuilderClass() |
Copyright © 2023. All rights reserved.