Uses of Interface
software.amazon.awssdk.services.rds.model.DBProxy.Builder
Packages that use DBProxy.Builder
-
Uses of DBProxy.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxy.BuilderModifier and TypeMethodDescriptionDBProxy.Builder.auth(Collection<UserAuthConfigInfo> auth) One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.DBProxy.Builder.auth(Consumer<UserAuthConfigInfo.Builder>... auth) One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.DBProxy.Builder.auth(UserAuthConfigInfo... auth) One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.static DBProxy.BuilderDBProxy.builder()DBProxy.Builder.createdDate(Instant createdDate) The date and time when the proxy was first created.DBProxy.Builder.dbProxyArn(String dbProxyArn) The Amazon Resource Name (ARN) for the proxy.DBProxy.Builder.dbProxyName(String dbProxyName) The identifier for the proxy.DBProxy.Builder.debugLogging(Boolean debugLogging) Specifies whether the proxy logs detailed connection and query information.DBProxy.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.The endpoint that you can use to connect to the DB proxy.DBProxy.Builder.endpointNetworkType(String endpointNetworkType) The network type of the DB proxy endpoint.DBProxy.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.DBProxy.Builder.engineFamily(String engineFamily) The kinds of databases that the proxy can connect to.DBProxy.Builder.idleClientTimeout(Integer idleClientTimeout) The number of seconds a connection to the proxy can have no activity before the proxy drops the client connection.DBProxy.Builder.requireTLS(Boolean requireTLS) Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.The current status of this proxy.DBProxy.Builder.status(DBProxyStatus status) The current status of this proxy.DBProxy.Builder.targetConnectionNetworkType(String targetConnectionNetworkType) The network type that the proxy uses to connect to the target database.DBProxy.Builder.targetConnectionNetworkType(TargetConnectionNetworkType targetConnectionNetworkType) The network type that the proxy uses to connect to the target database.DBProxy.toBuilder()DBProxy.Builder.updatedDate(Instant updatedDate) The date and time when the proxy was last updated.Provides the VPC ID of the DB proxy.DBProxy.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) Provides a list of VPC security groups that the proxy belongs to.DBProxy.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) Provides a list of VPC security groups that the proxy belongs to.DBProxy.Builder.vpcSubnetIds(String... vpcSubnetIds) The EC2 subnet IDs for the proxy.DBProxy.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) The EC2 subnet IDs for the proxy.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxy.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBProxy.Builder>DBProxy.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBProxy.BuilderModifier and TypeMethodDescriptiondefault CreateDbProxyResponse.BuilderCreateDbProxyResponse.Builder.dbProxy(Consumer<DBProxy.Builder> dbProxy) TheDBProxystructure corresponding to the new proxy.default DeleteDbProxyResponse.BuilderDeleteDbProxyResponse.Builder.dbProxy(Consumer<DBProxy.Builder> dbProxy) The data structure representing the details of the DB proxy that you delete.default ModifyDbProxyResponse.BuilderModifyDbProxyResponse.Builder.dbProxy(Consumer<DBProxy.Builder> dbProxy) TheDBProxyobject representing the new settings for the proxy.