Class ExtendedBounds.Builder<T>
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.ExtendedBounds.Builder<T>
- All Implemented Interfaces:
ObjectBuilder<ExtendedBounds<T>>
- Enclosing class:
- ExtendedBounds<T>
public static class ExtendedBounds.Builder<T> extends java.lang.Object implements ObjectBuilder<ExtendedBounds<T>>
Builder for
ExtendedBounds.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ExtendedBounds<T>build()Builds aExtendedBounds.ExtendedBounds.Builder<T>max(T value)API name:maxExtendedBounds.Builder<T>min(T value)API name:minExtendedBounds.Builder<T>tSerializer(JsonpSerializer<T> value)Serializer for T.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
max
API name:max -
min
API name:min -
tSerializer
Serializer for T. If not set, an attempt will be made to find a serializer from the JSON context. -
build
Builds aExtendedBounds.- Specified by:
buildin interfaceObjectBuilder<T>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-