public static interface ModifyDbProxyEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyEndpointRequest.Builder,ModifyDbProxyEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyDbProxyEndpointRequest.Builder |
dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.
|
ModifyDbProxyEndpointRequest.Builder |
newDBProxyEndpointName(String newDBProxyEndpointName)
The new identifier for the
DBProxyEndpoint. |
ModifyDbProxyEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbProxyEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbProxyEndpointRequest.Builder |
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint.
|
ModifyDbProxyEndpointRequest.Builder |
vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbProxyEndpointRequest.Builder dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.
dbProxyEndpointName - The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.ModifyDbProxyEndpointRequest.Builder newDBProxyEndpointName(String newDBProxyEndpointName)
The new identifier for the DBProxyEndpoint. An identifier must begin with a letter and must
contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive
hyphens.
newDBProxyEndpointName - The new identifier for the DBProxyEndpoint. An identifier must begin with a letter and
must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two
consecutive hyphens.ModifyDbProxyEndpointRequest.Builder vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC
than the original proxy, you also specify a different set of security group IDs than for the original
proxy.ModifyDbProxyEndpointRequest.Builder vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC
than the original proxy, you also specify a different set of security group IDs than for the original
proxy.ModifyDbProxyEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyDbProxyEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.