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 Amazon Web Services 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)
Represents an Amazon location where DataBrew can store intermediate results.
|
DataCatalogInputDefinition.Builder |
tempDirectory(S3Location tempDirectory)
Represents an Amazon location where DataBrew can store intermediate results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataCatalogInputDefinition.Builder catalogId(String catalogId)
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
catalogId - The unique identifier of the Amazon Web Services 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)
Represents an Amazon location where DataBrew can store intermediate results.
tempDirectory - Represents an Amazon location where DataBrew can store intermediate results.default DataCatalogInputDefinition.Builder tempDirectory(Consumer<S3Location.Builder> tempDirectory)
Represents an Amazon location where DataBrew can store intermediate results.
This is a convenience method 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 © 2023. All rights reserved.