Uses of Interface
software.amazon.awssdk.services.rds.model.DBProxyTargetGroup.Builder
Packages that use DBProxyTargetGroup.Builder
-
Uses of DBProxyTargetGroup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyTargetGroup.BuilderModifier and TypeMethodDescriptionstatic DBProxyTargetGroup.BuilderDBProxyTargetGroup.builder()default DBProxyTargetGroup.BuilderDBProxyTargetGroup.Builder.connectionPoolConfig(Consumer<ConnectionPoolConfigurationInfo.Builder> connectionPoolConfig) The settings that determine the size and behavior of the connection pool for the target group.DBProxyTargetGroup.Builder.connectionPoolConfig(ConnectionPoolConfigurationInfo connectionPoolConfig) The settings that determine the size and behavior of the connection pool for the target group.DBProxyTargetGroup.Builder.createdDate(Instant createdDate) The date and time when the target group was first created.DBProxyTargetGroup.Builder.dbProxyName(String dbProxyName) The identifier for the RDS proxy associated with this target group.Indicates whether this target group is the first one used for connection requests by the associated proxy.The current status of this target group.DBProxyTargetGroup.Builder.targetGroupArn(String targetGroupArn) The Amazon Resource Name (ARN) representing the target group.DBProxyTargetGroup.Builder.targetGroupName(String targetGroupName) The identifier for the target group.DBProxyTargetGroup.toBuilder()DBProxyTargetGroup.Builder.updatedDate(Instant updatedDate) The date and time when the target group was last updated.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxyTargetGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBProxyTargetGroup.Builder>DBProxyTargetGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBProxyTargetGroup.BuilderModifier and TypeMethodDescriptionModifyDbProxyTargetGroupResponse.Builder.dbProxyTargetGroup(Consumer<DBProxyTargetGroup.Builder> dbProxyTargetGroup) The settings of the modifiedDBProxyTarget.