static CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.builder() |
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.dbProxyEndpointName(String dbProxyEndpointName) |
The name of the DB proxy endpoint to create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.dbProxyName(String dbProxyName) |
The name of the DB proxy associated with the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.targetRole(String targetRole) |
The role of the DB proxy endpoint.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.targetRole(DBProxyEndpointTargetRole targetRole) |
The role of the DB proxy endpoint.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.toBuilder() |
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSubnetIds(String... vpcSubnetIds) |
The VPC subnet IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) |
The VPC subnet IDs for the DB proxy endpoint that you create.
|