@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 - `AWS::RDS::DBProxyEndpoint.DBProxyEndpointName`. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder dbProxyName(String dbProxyName)
CfnDBProxyEndpointProps.getDbProxyName()dbProxyName - `AWS::RDS::DBProxyEndpoint.DBProxyName`. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder vpcSubnetIds(List<String> vpcSubnetIds)
CfnDBProxyEndpointProps.getVpcSubnetIds()vpcSubnetIds - `AWS::RDS::DBProxyEndpoint.VpcSubnetIds`. This parameter is required.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder tags(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags)
CfnDBProxyEndpointProps.getTags()tags - `AWS::RDS::DBProxyEndpoint.Tags`.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder targetRole(String targetRole)
CfnDBProxyEndpointProps.getTargetRole()targetRole - `AWS::RDS::DBProxyEndpoint.TargetRole`.this@Stability(value=Stable) public CfnDBProxyEndpointProps.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
CfnDBProxyEndpointProps.getVpcSecurityGroupIds()vpcSecurityGroupIds - `AWS::RDS::DBProxyEndpoint.VpcSecurityGroupIds`.this@Stability(value=Stable) public CfnDBProxyEndpointProps build()
build in interface software.amazon.jsii.Builder<CfnDBProxyEndpointProps>CfnDBProxyEndpointPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.