CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth) |
The authorization mechanism that the proxy uses.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.auth(Consumer<UserAuthConfig.Builder>... auth) |
The authorization mechanism that the proxy uses.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.auth(UserAuthConfig... auth) |
The authorization mechanism that the proxy uses.
|
static CreateDbProxyRequest.Builder |
CreateDbProxyRequest.builder() |
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.dbProxyName(String dbProxyName) |
The identifier for the proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.debugLogging(Boolean debugLogging) |
Specifies whether the proxy logs detailed connection and query information.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.defaultAuthScheme(String defaultAuthScheme) |
The default authentication scheme that the proxy uses for client connections to the proxy and connections
from the proxy to the underlying database.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.defaultAuthScheme(DefaultAuthScheme defaultAuthScheme) |
The default authentication scheme that the proxy uses for client connections to the proxy and connections
from the proxy to the underlying database.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.endpointNetworkType(String endpointNetworkType) |
The network type of the DB proxy endpoint.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) |
The network type of the DB proxy endpoint.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.engineFamily(String engineFamily) |
The kinds of databases that the proxy can connect to.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.engineFamily(EngineFamily engineFamily) |
The kinds of databases that the proxy can connect to.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.idleClientTimeout(Integer idleClientTimeout) |
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.requireTLS(Boolean requireTLS) |
Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services
Secrets Manager.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.tags(Collection<Tag> tags) |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.tags(Tag... tags) |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.targetConnectionNetworkType(String targetConnectionNetworkType) |
The network type that the proxy uses to connect to the target database.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.targetConnectionNetworkType(TargetConnectionNetworkType targetConnectionNetworkType) |
The network type that the proxy uses to connect to the target database.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.toBuilder() |
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
One or more VPC security group IDs to associate with the new proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
One or more VPC security group IDs to associate with the new proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.vpcSubnetIds(String... vpcSubnetIds) |
One or more VPC subnet IDs to associate with the new proxy.
|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) |
One or more VPC subnet IDs to associate with the new proxy.
|