Class ConfigResponse.Builder
java.lang.Object
org.apache.iceberg.rest.responses.ConfigResponse.Builder
- Enclosing class:
- ConfigResponse
- 
Method SummaryModifier 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) 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
- 
withDefaultsAdds the passed in map entries to the existing `defaults` of this Builder.
- 
withOverridesAdds the passed in map entries to the existing `overrides` of this Builder.
- 
withEndpoints
- 
build
 
-