Interface DataCatalogInputDefinition.Builder

    • Method Detail

      • catalogId

        DataCatalogInputDefinition.Builder catalogId​(String catalogId)

        The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

        Parameters:
        catalogId - The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        DataCatalogInputDefinition.Builder databaseName​(String databaseName)

        The name of a database in the Data Catalog.

        Parameters:
        databaseName - The name of a database in the Data Catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        DataCatalogInputDefinition.Builder tableName​(String tableName)

        The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.

        Parameters:
        tableName - The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tempDirectory

        DataCatalogInputDefinition.Builder tempDirectory​(S3Location tempDirectory)

        Represents an Amazon location where DataBrew can store intermediate results.

        Parameters:
        tempDirectory - Represents an Amazon location where DataBrew can store intermediate results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.