Uses of Class
ai.nightfall.scan.NightfallClient.Builder
Packages that use NightfallClient.Builder
-
Uses of NightfallClient.Builder in ai.nightfall.scan
Methods in ai.nightfall.scan that return NightfallClient.BuilderModifier and TypeMethodDescriptionNightfallClient.Builder.withAPIKey(String apiKey) Sets the API key for the Nightfall Client.NightfallClient.Builder.withConnectionTimeout(Duration connectionTimeout) Sets the connection timeout for the underlying HTTP client.NightfallClient.Builder.withFileUploadConcurrency(int concurrency) Sets the concurrency for file upload operations.NightfallClient.Builder.withKeepAliveDuration(Duration keepAliveDuration) Sets the keep-alive duration for a connection in the underlying HTTP connection pool.NightfallClient.Builder.withMaxIdleConnections(int maxIdleConnections) Sets the maximum number of idle connections in the underlying HTTP client.NightfallClient.Builder.withReadTimeout(Duration readTimeout) Sets the read timeout for the underlying HTTP client.NightfallClient.Builder.withWriteTimeout(Duration writeTimeout) Sets the write timeout for the underlying HTTP client.