@Stability(value=Stable) public static final class CfnDBProxyEndpointProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBProxyEndpointProps>
CfnDBProxyEndpointProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBProxyEndpointProps |
build()
Builds the configured instance.
|
CfnDBProxyEndpointProps.Builder |
dbProxyEndpointName(String dbProxyEndpointName)
Sets the value of
CfnDBProxyEndpointProps.getDbProxyEndpointName() |
CfnDBProxyEndpointProps.Builder |
dbProxyName(String dbProxyName)
Sets the value of
CfnDBProxyEndpointProps.getDbProxyName() |
CfnDBProxyEndpointProps.Builder |
tags(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags)
Sets the value of
CfnDBProxyEndpointProps.getTags() |
CfnDBProxyEndpointProps.Builder |
targetRole(String targetRole)
Sets the value of
CfnDBProxyEndpointProps.getTargetRole() |
CfnDBProxyEndpointProps.Builder |
vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Sets the value of
CfnDBProxyEndpointProps.getVpcSecurityGroupIds() |
CfnDBProxyEndpointProps.Builder |
vpcSubnetIds(List<String> vpcSubnetIds)
Sets the value of
CfnDBProxyEndpointProps.getVpcSubnetIds() |
@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder dbProxyEndpointName(String dbProxyEndpointName)
CfnDBProxyEndpointProps.getDbProxyEndpointName()dbProxyEndpointName - The name of the DB proxy endpoint to create. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder dbProxyName(String dbProxyName)
CfnDBProxyEndpointProps.getDbProxyName()dbProxyName - The name of the DB proxy associated with the DB proxy endpoint that you create. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder vpcSubnetIds(List<String> vpcSubnetIds)
CfnDBProxyEndpointProps.getVpcSubnetIds()vpcSubnetIds - The VPC subnet IDs for the DB proxy endpoint that you create. This parameter is required.
You can specify a different set of subnet IDs than for the original DB proxy.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder tags(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags)
CfnDBProxyEndpointProps.getTags()tags - An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder targetRole(String targetRole)
CfnDBProxyEndpointProps.getTargetRole()targetRole - A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
Valid Values: READ_WRITE | READ_ONLYthis@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
CfnDBProxyEndpointProps.getVpcSecurityGroupIds()vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint that you create.
You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.this@Stability(value=Stable) public CfnDBProxyEndpointProps build()
build in interface software.amazon.jsii.Builder<CfnDBProxyEndpointProps>CfnDBProxyEndpointPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.