Class MlDatafeedsRequest.Builder

All Implemented Interfaces:
WithJson<MlDatafeedsRequest.Builder>, ObjectBuilder<MlDatafeedsRequest>
Enclosing class:
MlDatafeedsRequest

public static class MlDatafeedsRequest.Builder extends CatRequestBase.AbstractBuilder<MlDatafeedsRequest.Builder> implements ObjectBuilder<MlDatafeedsRequest>
Builder for MlDatafeedsRequest.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • allowNoMatch

      public final MlDatafeedsRequest.Builder allowNoMatch(@Nullable Boolean value)
      Specifies what to do when the request:
      • Contains wildcard expressions and there are no datafeeds that match.
      • Contains the _all string or no identifiers and there are no matches.
      • Contains wildcard expressions and there are only partial matches.

      If true, the API returns an empty datafeeds array when there are no matches and the subset of results when there are partial matches. If false, the API returns a 404 status code when there are no matches or only partial matches.

      API name: allow_no_match

    • bytes

      public final MlDatafeedsRequest.Builder bytes(@Nullable Bytes value)
      Sets the units for columns that contain a byte-size value. Note that byte-size value units work in terms of powers of 1024. For instance 1kb means 1024 bytes, not 1000 bytes. If omitted, byte-size values are rendered with a suffix such as kb, mb, or gb, chosen such that the numeric value of the column is as small as possible whilst still being at least 1.0. If given, byte-size values are rendered as an integer with no suffix, representing the value of the column in the chosen unit. Values that are not an exact multiple of the chosen unit are rounded down.

      API name: bytes

    • datafeedId

      public final MlDatafeedsRequest.Builder datafeedId(@Nullable String value)
      A numerical character string that uniquely identifies the datafeed.

      API name: datafeed_id

    • h

      Comma-separated list of column names to display.

      API name: h

      Adds all elements of list to h.

    • h

      Comma-separated list of column names to display.

      API name: h

      Adds one or more values to h.

    • s

      Comma-separated list of column names or column aliases used to sort the response.

      API name: s

      Adds all elements of list to s.

    • s

      Comma-separated list of column names or column aliases used to sort the response.

      API name: s

      Adds one or more values to s.

    • time

      public final MlDatafeedsRequest.Builder time(@Nullable TimeUnit value)
      Sets the units for columns that contain a time duration. If omitted, time duration values are rendered with a suffix such as ms, s, m or h, chosen such that the numeric value of the column is as small as possible whilst still being at least 1.0. If given, time duration values are rendered as an integer with no suffix. Values that are not an exact multiple of the chosen unit are rounded down.

      API name: time

    • self

      protected MlDatafeedsRequest.Builder self()
      Specified by:
      self in class CatRequestBase.AbstractBuilder<MlDatafeedsRequest.Builder>
    • build

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