public static interface DataCatalogInputDefinition.Builder extends SdkPojo, CopyableBuilder<DataCatalogInputDefinition.Builder,DataCatalogInputDefinition>
| Modifier and Type | Method and Description |
|---|---|
DataCatalogInputDefinition.Builder |
catalogId(String catalogId)
The unique identifier of the AWS account that holds the Data Catalog that stores the data.
|
DataCatalogInputDefinition.Builder |
databaseName(String databaseName)
The name of a database in the Data Catalog.
|
DataCatalogInputDefinition.Builder |
tableName(String tableName)
The name of a database table in the Data Catalog.
|
default DataCatalogInputDefinition.Builder |
tempDirectory(Consumer<S3Location.Builder> tempDirectory)
An Amazon location that AWS Glue Data Catalog can use as a temporary directory.
|
DataCatalogInputDefinition.Builder |
tempDirectory(S3Location tempDirectory)
An Amazon location that AWS Glue Data Catalog can use as a temporary directory.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataCatalogInputDefinition.Builder catalogId(String catalogId)
The unique identifier of the AWS account that holds the Data Catalog that stores the data.
catalogId - The unique identifier of the AWS account that holds the Data Catalog that stores the data.DataCatalogInputDefinition.Builder databaseName(String databaseName)
The name of a database in the Data Catalog.
databaseName - The name of a database in the Data Catalog.DataCatalogInputDefinition.Builder tableName(String tableName)
The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
tableName - The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.DataCatalogInputDefinition.Builder tempDirectory(S3Location tempDirectory)
An Amazon location that AWS Glue Data Catalog can use as a temporary directory.
tempDirectory - An Amazon location that AWS Glue Data Catalog can use as a temporary directory.default DataCatalogInputDefinition.Builder tempDirectory(Consumer<S3Location.Builder> tempDirectory)
An Amazon location that AWS Glue Data Catalog can use as a temporary directory.
This is a convenience that creates an instance of theS3Location.Builder avoiding the need to create
one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to tempDirectory(S3Location).tempDirectory - a consumer that will call methods on S3Location.BuildertempDirectory(S3Location)Copyright © 2021. All rights reserved.