Class UnfreezeRequest.Builder

java.lang.Object
co.elastic.clients.elasticsearch.indices.UnfreezeRequest.Builder
All Implemented Interfaces:
ObjectBuilder<UnfreezeRequest>
Enclosing class:
UnfreezeRequest

public static class UnfreezeRequest.Builder
extends java.lang.Object
implements ObjectBuilder<UnfreezeRequest>
Builder for UnfreezeRequest.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • index

      public UnfreezeRequest.Builder index​(java.lang.String value)
      Required - The name of the index to unfreeze

      API name: index

    • allowNoIndices

      public UnfreezeRequest.Builder allowNoIndices​(@Nullable java.lang.Boolean value)
      Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified)

      API name: allow_no_indices

    • expandWildcards

      public UnfreezeRequest.Builder expandWildcards​(@Nullable java.util.List<ExpandWildcardOptions> value)
      Whether to expand wildcard expression to concrete indices that are open, closed or both.

      API name: expand_wildcards

    • expandWildcards

      public UnfreezeRequest.Builder expandWildcards​(ExpandWildcardOptions... value)
      Whether to expand wildcard expression to concrete indices that are open, closed or both.

      API name: expand_wildcards

    • addExpandWildcards

      public UnfreezeRequest.Builder addExpandWildcards​(ExpandWildcardOptions value)
      Add a value to expandWildcards(List), creating the list if needed.
    • ignoreUnavailable

      public UnfreezeRequest.Builder ignoreUnavailable​(@Nullable java.lang.Boolean value)
      Whether specified concrete indices should be ignored when unavailable (missing or closed)

      API name: ignore_unavailable

    • masterTimeout

      public UnfreezeRequest.Builder masterTimeout​(@Nullable java.lang.String value)
      Specify timeout for connection to master

      API name: master_timeout

    • timeout

      public UnfreezeRequest.Builder timeout​(@Nullable java.lang.String value)
      Explicit operation timeout

      API name: timeout

    • waitForActiveShards

      public UnfreezeRequest.Builder waitForActiveShards​(@Nullable java.lang.String value)
      Sets the number of active shards to wait for before the operation returns.

      API name: wait_for_active_shards

    • build

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