Class JoinProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<JoinProperty.Builder>
org.opensearch.client.opensearch._types.mapping.JoinProperty.Builder
- All Implemented Interfaces:
CopyableBuilder<JoinProperty.Builder,,JoinProperty> MutableBuilder<JoinProperty.Builder,,JoinProperty> ObjectBuilder<JoinProperty>
- Enclosing class:
JoinProperty
public static class JoinProperty.Builder
extends PropertyBase.AbstractBuilder<JoinProperty.Builder>
implements CopyableBuilder<JoinProperty.Builder,JoinProperty>
Builder for
JoinProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aJoinProperty.copy()Create a new builderCopyableBuilderthat is a copy of this one.final JoinProperty.BuildereagerGlobalOrdinals(Boolean value) API name:eager_global_ordinalsfinal JoinProperty.BuilderAPI name:relationsfinal JoinProperty.BuilderAPI name:relationsprotected JoinProperty.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, propertiesMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<JoinProperty.Builder,JoinProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<JoinProperty.Builder>
-
eagerGlobalOrdinals
API name:eager_global_ordinals -
relations
API name:relationsAdds all elements of
maptorelations. -
relations
API name:relationsAdds an entry to
relations. -
build
Builds aJoinProperty.- Specified by:
buildin interfaceObjectBuilder<JoinProperty>- Throws:
NullPointerException- if some of the required fields are null.
-