Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbProxyRequest.Builder
Packages that use CreateDbProxyRequest.Builder
Package
Description
-
Uses of CreateDbProxyRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbProxyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateDbProxyResponse>RdsAsyncClient.createDBProxy(Consumer<CreateDbProxyRequest.Builder> createDbProxyRequest) Creates a new DB proxy.default CreateDbProxyResponseRdsClient.createDBProxy(Consumer<CreateDbProxyRequest.Builder> createDbProxyRequest) Creates a new DB proxy. -
Uses of CreateDbProxyRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbProxyRequest.BuilderModifier and TypeMethodDescriptionCreateDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth) The authorization mechanism that the proxy uses.CreateDbProxyRequest.Builder.auth(Consumer<UserAuthConfig.Builder>... auth) The authorization mechanism that the proxy uses.CreateDbProxyRequest.Builder.auth(UserAuthConfig... auth) The authorization mechanism that the proxy uses.static CreateDbProxyRequest.BuilderCreateDbProxyRequest.builder()CreateDbProxyRequest.Builder.dbProxyName(String dbProxyName) The identifier for the proxy.CreateDbProxyRequest.Builder.debugLogging(Boolean debugLogging) Specifies whether the proxy logs detailed connection and query information.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.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.endpointNetworkType(String endpointNetworkType) The network type of the DB proxy endpoint.CreateDbProxyRequest.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.CreateDbProxyRequest.Builder.engineFamily(String engineFamily) The kinds of databases that the proxy can connect to.CreateDbProxyRequest.Builder.engineFamily(EngineFamily engineFamily) The kinds of databases that the proxy can connect to.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbProxyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbProxyRequest.Builder.requireTLS(Boolean requireTLS) Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.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.tags(Consumer<Tag.Builder>... tags) An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.CreateDbProxyRequest.Builder.targetConnectionNetworkType(String targetConnectionNetworkType) The network type that the proxy uses to connect to the target database.CreateDbProxyRequest.Builder.targetConnectionNetworkType(TargetConnectionNetworkType targetConnectionNetworkType) The network type that the proxy uses to connect to the target database.CreateDbProxyRequest.toBuilder()CreateDbProxyRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) One or more VPC security group IDs to associate with the new proxy.CreateDbProxyRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) One or more VPC security group IDs to associate with the new proxy.CreateDbProxyRequest.Builder.vpcSubnetIds(String... vpcSubnetIds) One or more VPC subnet IDs to associate with the new proxy.CreateDbProxyRequest.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) One or more VPC subnet IDs to associate with the new proxy.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbProxyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbProxyRequest.Builder>CreateDbProxyRequest.serializableBuilderClass()