Class IpRangeAggregationRange.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<IpRangeAggregationRange.Builder>
co.elastic.clients.elasticsearch._types.aggregations.IpRangeAggregationRange.Builder
- All Implemented Interfaces:
WithJson<IpRangeAggregationRange.Builder>,ObjectBuilder<IpRangeAggregationRange>
- Enclosing class:
- IpRangeAggregationRange
public static class IpRangeAggregationRange.Builder extends WithJsonObjectBuilderBase<IpRangeAggregationRange.Builder> implements ObjectBuilder<IpRangeAggregationRange>
Builder for
IpRangeAggregationRange.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IpRangeAggregationRangebuild()Builds aIpRangeAggregationRange.IpRangeAggregationRange.Builderfrom(java.lang.String value)API name:fromIpRangeAggregationRange.Buildermask(java.lang.String value)API name:maskprotected IpRangeAggregationRange.Builderself()IpRangeAggregationRange.Builderto(java.lang.String value)API name:toMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
API name:from -
mask
API name:mask -
to
API name:to -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<IpRangeAggregationRange.Builder>
-
build
Builds aIpRangeAggregationRange.- Specified by:
buildin interfaceObjectBuilder<IpRangeAggregationRange>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-