Class UpdateNamespacePropertiesResponse.Builder
java.lang.Object
org.apache.iceberg.rest.responses.UpdateNamespacePropertiesResponse.Builder
- Enclosing class:
- UpdateNamespacePropertiesResponse
- 
Method SummaryModifier and TypeMethodDescriptionaddMissing(String key) addMissing(Collection<String> missing) addRemoved(String key) addRemoved(Collection<String> removed) addUpdated(String key) addUpdated(Collection<String> updated) build()
- 
Method Details- 
addMissing
- 
addMissing
- 
addRemoved
- 
addRemoved
- 
addUpdated
- 
addUpdated
- 
build
 
-