public static final class ModifyDBEndpointAddressRequest.Builder extends Object
public ModifyDBEndpointAddressRequest.Builder connectionStringPrefix(String connectionStringPrefix)
* It can contain lowercase letters, digits, and hyphens (-). * It must start with a letter and end with a digit or a letter. * It must be 6 to 30 characters in length.
public ModifyDBEndpointAddressRequest.Builder DBClusterId(String DBClusterId)
> You can call the [DescribeDBClusters](~~98094~~) operation to query the details of the clusters that belong to your Alibaba Cloud account, such as cluster IDs.
public ModifyDBEndpointAddressRequest.Builder DBEndpointId(String DBEndpointId)
> You can call the [DescribeDBClusterEndpoints](~~98205~~) operation to query endpoint IDs.
public ModifyDBEndpointAddressRequest.Builder netType(String netType)
* **Public** * **Private**
public ModifyDBEndpointAddressRequest.Builder ownerAccount(String ownerAccount)
public ModifyDBEndpointAddressRequest.Builder ownerId(Long ownerId)
public ModifyDBEndpointAddressRequest.Builder port(String port)
> This parameter is valid only for PolarDB for MySQL clusters. If you leave this parameter empty, the default port 3306 is used.
public ModifyDBEndpointAddressRequest.Builder privateZoneAddressPrefix(String privateZoneAddressPrefix)
* The prefix can contain lowercase letters, digits, and hyphens (-). * The prefix must start with a letter and end with a digit or a letter. * The prefix must be 6 to 30 characters in length. >- You can bind each internal endpoint of PolarDB to a private domain name. The private domain name takes effect only in the specified virtual private clouds (VPCs) in the current region. Private domain names are managed by using PrivateZone. You can use the CNAME record of PrivateZone to map domain names to PolarDB. You are charged a small fee for this feature. For more information, see [Pricing](~~71338~~). >- This parameter takes effect only if you set **NetType** to Private.
public ModifyDBEndpointAddressRequest.Builder privateZoneName(String privateZoneName)
> This parameter takes effect only when **NetType** is set to Private.
public ModifyDBEndpointAddressRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyDBEndpointAddressRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyDBEndpointAddressRequest build()
Copyright © 2024. All rights reserved.