Class ConfigResponse.Builder
java.lang.Object
org.apache.iceberg.rest.responses.ConfigResponse.Builder
- Enclosing class:
ConfigResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withDefault(String key, String value) withDefaults(Map<String, String> defaultsToAdd) Adds the passed in map entries to the existing `defaults` of this Builder.withEndpoints(List<Endpoint> endpointsToAdd) withIdempotencyKeyLifetime(String lifetime) Sets the optional idempotency key lifetime advertised by the server.withOverride(String key, String value) withOverrides(Map<String, String> overridesToAdd) Adds the passed in map entries to the existing `overrides` of this Builder.
-
Method Details
-
withDefault
-
withOverride
-
withDefaults
Adds the passed in map entries to the existing `defaults` of this Builder. -
withOverrides
Adds the passed in map entries to the existing `overrides` of this Builder. -
withEndpoints
-
withIdempotencyKeyLifetime
Sets the optional idempotency key lifetime advertised by the server. -
build
-