Uses of Interface
software.amazon.awssdk.services.rds.model.DBProxyTarget.Builder
Packages that use DBProxyTarget.Builder
-
Uses of DBProxyTarget.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyTarget.BuilderModifier and TypeMethodDescriptionstatic DBProxyTarget.BuilderDBProxyTarget.builder()The writer endpoint for the RDS DB instance or Aurora DB cluster.The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.DBProxyTarget.Builder.rdsResourceId(String rdsResourceId) The identifier representing the target.A value that indicates whether the target of the proxy can be used for read/write or read-only operations.DBProxyTarget.Builder.role(TargetRole role) A value that indicates whether the target of the proxy can be used for read/write or read-only operations.The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.default DBProxyTarget.BuilderDBProxyTarget.Builder.targetHealth(Consumer<TargetHealth.Builder> targetHealth) Information about the connection health of the RDS Proxy target.DBProxyTarget.Builder.targetHealth(TargetHealth targetHealth) Information about the connection health of the RDS Proxy target.DBProxyTarget.toBuilder()DBProxyTarget.Builder.trackedClusterId(String trackedClusterId) The DB cluster identifier when the target represents an Aurora DB cluster.Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.DBProxyTarget.Builder.type(TargetType type) Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxyTarget.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBProxyTarget.Builder>DBProxyTarget.serializableBuilderClass()