public static final class GetDatabaseRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetDatabaseRequest |
build() |
GetDatabaseRequest.Builder |
host(String host)
The endpoint that is used to connect to the database.
|
GetDatabaseRequest.Builder |
port(Integer port)
The port that is used to connect to the database.
|
GetDatabaseRequest.Builder |
regionId(String regionId)
RegionId.
|
GetDatabaseRequest.Builder |
schemaName(String schemaName)
The name of the database.
|
GetDatabaseRequest.Builder |
sid(String sid)
The system identifier (SID) of the database.
|
GetDatabaseRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public GetDatabaseRequest.Builder regionId(String regionId)
public GetDatabaseRequest.Builder host(String host)
public GetDatabaseRequest.Builder port(Integer port)
public GetDatabaseRequest.Builder schemaName(String schemaName)
public GetDatabaseRequest.Builder sid(String sid)
> The SID uniquely identifies an Oracle database. After a database is created, a SID is generated for the database.
public GetDatabaseRequest.Builder tid(Long tid)
public GetDatabaseRequest build()
Copyright © 2023. All rights reserved.