Interface DatabaseIdentifier.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>, SdkBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>, SdkPojo
Enclosing class:
DatabaseIdentifier

public static interface DatabaseIdentifier.Builder extends SdkPojo, CopyableBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>
  • Method Details

    • catalogId

      DatabaseIdentifier.Builder catalogId(String catalogId)

      The ID of the Data Catalog in which the database resides.

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

      DatabaseIdentifier.Builder databaseName(String databaseName)

      The name of the catalog database.

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

      Region of the target database.

      Parameters:
      region - Region of the target database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.