Class GetJobStatsRequest.Builder

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

public static class GetJobStatsRequest.Builder
extends RequestBase.AbstractBuilder<GetJobStatsRequest.Builder>
implements ObjectBuilder<GetJobStatsRequest>
Builder for GetJobStatsRequest.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • allowNoMatch

      public final GetJobStatsRequest.Builder allowNoMatch​(@Nullable java.lang.Boolean value)
      Specifies what to do when the request:
      1. Contains wildcard expressions and there are no jobs that match.
      2. Contains the _all string or no identifiers and there are no matches.
      3. Contains wildcard expressions and there are only partial matches.

      If true, the API returns an empty jobs 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

    • jobId

      public final GetJobStatsRequest.Builder jobId​(@Nullable java.lang.String value)
      Identifier for the anomaly detection job. It can be a job identifier, a group name, a comma-separated list of jobs, or a wildcard expression. If you do not specify one of these options, the API returns information for all anomaly detection jobs.

      API name: job_id

    • self

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

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