public static final class DeleteDBEndpointAddressRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteDBEndpointAddressRequest |
build() |
DeleteDBEndpointAddressRequest.Builder |
DBClusterId(String DBClusterId)
The ID of the cluster.
|
DeleteDBEndpointAddressRequest.Builder |
DBEndpointId(String DBEndpointId)
The ID of the endpoint.
|
DeleteDBEndpointAddressRequest.Builder |
netType(String netType)
The network type of the endpoint.
|
DeleteDBEndpointAddressRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteDBEndpointAddressRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteDBEndpointAddressRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteDBEndpointAddressRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeleteDBEndpointAddressRequest.Builder DBClusterId(String DBClusterId)
> You can call the [DescribeDBClusters](~~98094~~) operation to query the details of all clusters that belong to your account, such as the cluster ID.
public DeleteDBEndpointAddressRequest.Builder DBEndpointId(String DBEndpointId)
> You can call the [DescribeDBClusterEndpoints](~~98205~~) operation to query the endpoints of a specified PolarDB cluster.
public DeleteDBEndpointAddressRequest.Builder netType(String netType)
public DeleteDBEndpointAddressRequest.Builder ownerAccount(String ownerAccount)
public DeleteDBEndpointAddressRequest.Builder ownerId(Long ownerId)
public DeleteDBEndpointAddressRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteDBEndpointAddressRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteDBEndpointAddressRequest build()
Copyright © 2024. All rights reserved.