public static final class CreateDBEndpointAddressRequest.Builder extends Object
public CreateDBEndpointAddressRequest.Builder connectionStringPrefix(String connectionStringPrefix)
* 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 40 characters in length.
public CreateDBEndpointAddressRequest.Builder DBClusterId(String DBClusterId)
public CreateDBEndpointAddressRequest.Builder DBEndpointId(String DBEndpointId)
> You can call the [DescribeDBClusterEndpoints](~~98205~~) operation to query endpoint details.
public CreateDBEndpointAddressRequest.Builder netType(String netType)
public CreateDBEndpointAddressRequest.Builder ownerAccount(String ownerAccount)
public CreateDBEndpointAddressRequest.Builder ownerId(Long ownerId)
public CreateDBEndpointAddressRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateDBEndpointAddressRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateDBEndpointAddressRequest.Builder securityGroupId(String securityGroupId)
public CreateDBEndpointAddressRequest.Builder VPCId(String VPCId)
public CreateDBEndpointAddressRequest.Builder zoneInfo(List<CreateDBEndpointAddressRequest.ZoneInfo> zoneInfo)
public CreateDBEndpointAddressRequest build()
Copyright © 2024. All rights reserved.