Need help to figure out how to use Temporal SDK w/ AWS private links

Reading up on Security model - Temporal Cloud | Temporal Documentation

* Temporal SDKs, by setting the endpoint server address argument to the PrivateLink endpoint (:7233) and using the TLS configuration options to override the TLS server name.

… but I can’t find a reference to how this is supported by the temporal java SDK.
Any code samples/ tests where this is exercised is greatly appreciated, thank you.

This sdk-java/temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/autoconfigure/template/ServiceStubOptionsTemplate.java at add6c4e8174b81f31ebc373142844bd9c89c4b9d · temporalio/sdk-java · GitHub