Class GetMemoryStatsRequest.Builder

java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.ml.GetMemoryStatsRequest.Builder
All Implemented Interfaces:
ObjectBuilder<GetMemoryStatsRequest>
Enclosing class:
GetMemoryStatsRequest

public static class GetMemoryStatsRequest.Builder
extends ObjectBuilderBase
implements ObjectBuilder<GetMemoryStatsRequest>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • human

      public final GetMemoryStatsRequest.Builder human​(@Nullable java.lang.Boolean value)
      Specify this query parameter to include the fields with units in the response. Otherwise only the _in_bytes sizes are returned in the response.

      API name: human

    • masterTimeout

      public final GetMemoryStatsRequest.Builder masterTimeout​(@Nullable Time value)
      Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

      API name: master_timeout

    • masterTimeout

      public final GetMemoryStatsRequest.Builder masterTimeout​(java.util.function.Function<Time.Builder,​ObjectBuilder<Time>> fn)
      Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

      API name: master_timeout

    • nodeId

      public final GetMemoryStatsRequest.Builder nodeId​(@Nullable java.lang.String value)
      The names of particular nodes in the cluster to target. For example, nodeId1,nodeId2 or ml:true

      API name: node_id

    • timeout

      public final GetMemoryStatsRequest.Builder timeout​(@Nullable Time value)
      Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

      API name: timeout

    • timeout

      public final GetMemoryStatsRequest.Builder timeout​(java.util.function.Function<Time.Builder,​ObjectBuilder<Time>> fn)
      Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

      API name: timeout

    • build

      public GetMemoryStatsRequest build()
      Specified by:
      build in interface ObjectBuilder<GetMemoryStatsRequest>
      Throws:
      java.lang.NullPointerException - if some of the required fields are null.