Package s2.config
Class Config.ConfigBuilder
java.lang.Object
s2.config.Config.ConfigBuilder
- Enclosing class:
- Config
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAppendRetryPolicy(AppendRetryPolicy appendRetryPolicy) withEndpoints(Endpoints endpoints) withMaxAppendInflightBytes(int maxAppendInflightBytes) withMaxRetries(int retries) withRequestTimeout(long timeout, TemporalUnit unit) withRetryDelay(Duration delay) withUserAgent(String userAgent)
-
Method Details
-
withUserAgent
-
withRequestTimeout
-
withMaxRetries
-
withRetryDelay
-
withEndpoints
-
withAppendRetryPolicy
-
withMaxAppendInflightBytes
-
build
-