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.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. -
build
-