Class TopMetricsValue.Builder
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.TopMetricsValue.Builder
- All Implemented Interfaces:
ObjectBuilder<TopMetricsValue>
- Enclosing class:
- TopMetricsValue
public static class TopMetricsValue.Builder extends java.lang.Object implements ObjectBuilder<TopMetricsValue>
Builder for
TopMetricsValue.-
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 TopMetricsValuebuild()Builds aTopMetricsValue.TopMetricsValue.Builderfield(java.lang.String value)API name:field
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
API name:field -
build
Builds aTopMetricsValue.- Specified by:
buildin interfaceObjectBuilder<TopMetricsValue>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-