Interface TimestreamWriteBaseClientBuilder<B extends TimestreamWriteBaseClientBuilder<B,​C>,​C>

    • Method Detail

      • endpointDiscoveryEnabled

        B endpointDiscoveryEnabled​(boolean endpointDiscovery)
      • endpointProvider

        default B endpointProvider​(TimestreamWriteEndpointProvider endpointProvider)
        Set the TimestreamWriteEndpointProvider implementation that will be used by the client to determine the endpoint for each request. This is optional; if none is provided a default implementation will be used the SDK.