Interface CreateSchemaRequest._FinalStage
- All Known Implementing Classes:
CreateSchemaRequest.Builder
- Enclosing class:
CreateSchemaRequest
public static interface CreateSchemaRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Whentrue, if a schema with the sametypeNamealready exists it is reconciled to the submitted shape (additive fields, lookups, renderHints, andactiveare applied) instead of being returned unchanged;typeNameand migration-locked lookup attributes (rangeEnabled/sortBy/sensitive) cannot be changed and a request to do so is rejected.
-
Method Details
-
build
CreateSchemaRequest build() -
additionalProperty
-
additionalProperties
-
upsert
When
true, if a schema with the sametypeNamealready exists it is reconciled to the submitted shape (additive fields, lookups, renderHints, andactiveare applied) instead of being returned unchanged;typeNameand migration-locked lookup attributes (rangeEnabled/sortBy/sensitive) cannot be changed and a request to do so is rejected. A re-applied upsert whose declared shape is unchanged is a no-op (no schema-version bump). Defaults tofalse. Requires theschemas:wscope. -
upsert
-