Interface GlueTableReference.Builder

  • Method Details

    • region

      The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.

      Parameters:
      region - The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • region

      The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.

      Parameters:
      region - The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tableName

      GlueTableReference.Builder tableName(String tableName)

      The name of the Glue table.

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

      GlueTableReference.Builder databaseName(String databaseName)

      The name of the database the Glue table belongs to.

      Parameters:
      databaseName - The name of the database the Glue table belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.