@Stability(value=Stable) public static final class CfnDBProxyTargetGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBProxyTargetGroupProps>
CfnDBProxyTargetGroupProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDBProxyTargetGroupProps.Builder dbProxyName(String dbProxyName)
CfnDBProxyTargetGroupProps.getDbProxyName()dbProxyName - The identifier of the `DBProxy` that is associated with the `DBProxyTargetGroup` . This parameter is required.this@Stability(value=Stable) public CfnDBProxyTargetGroupProps.Builder targetGroupName(String targetGroupName)
CfnDBProxyTargetGroupProps.getTargetGroupName()targetGroupName - The identifier for the target group. This parameter is required.
Currently, this property must be set to
default.
this@Stability(value=Stable) public CfnDBProxyTargetGroupProps.Builder connectionPoolConfigurationInfo(CfnDBProxyTargetGroup.ConnectionPoolConfigurationInfoFormatProperty connectionPoolConfigurationInfo)
CfnDBProxyTargetGroupProps.getConnectionPoolConfigurationInfo()connectionPoolConfigurationInfo - Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .this@Stability(value=Stable) public CfnDBProxyTargetGroupProps.Builder connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo)
CfnDBProxyTargetGroupProps.getConnectionPoolConfigurationInfo()connectionPoolConfigurationInfo - Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .this@Stability(value=Stable) public CfnDBProxyTargetGroupProps.Builder dbClusterIdentifiers(List<String> dbClusterIdentifiers)
CfnDBProxyTargetGroupProps.getDbClusterIdentifiers()dbClusterIdentifiers - One or more DB cluster identifiers.this@Stability(value=Stable) public CfnDBProxyTargetGroupProps.Builder dbInstanceIdentifiers(List<String> dbInstanceIdentifiers)
CfnDBProxyTargetGroupProps.getDbInstanceIdentifiers()dbInstanceIdentifiers - One or more DB instance identifiers.this@Stability(value=Stable) public CfnDBProxyTargetGroupProps build()
build in interface software.amazon.jsii.Builder<CfnDBProxyTargetGroupProps>CfnDBProxyTargetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.