public static final class CreateProxyRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateProxyRequest |
build() |
CreateProxyRequest.Builder |
instanceId(Long instanceId)
The ID of the database instance.
|
CreateProxyRequest.Builder |
password(String password)
The password of the database account.
|
CreateProxyRequest.Builder |
regionId(String regionId)
RegionId.
|
CreateProxyRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
CreateProxyRequest.Builder |
username(String username)
The username of the database account.
|
public CreateProxyRequest.Builder regionId(String regionId)
public CreateProxyRequest.Builder instanceId(Long instanceId)
public CreateProxyRequest.Builder password(String password)
public CreateProxyRequest.Builder tid(Long tid)
public CreateProxyRequest.Builder username(String username)
public CreateProxyRequest build()
Copyright © 2023. All rights reserved.