Interface DatabaseTableOutputOptions.Builder

    • Method Detail

      • tempDirectory

        DatabaseTableOutputOptions.Builder tempDirectory​(S3Location tempDirectory)

        Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.

        Parameters:
        tempDirectory - Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        DatabaseTableOutputOptions.Builder tableName​(String tableName)

        A prefix for the name of a table DataBrew will create in the database.

        Parameters:
        tableName - A prefix for the name of a table DataBrew will create in the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.