Class RemoveIndexBlockRequestBuilder

All Implemented Interfaces:
RequestBuilder<RemoveIndexBlockRequest,RemoveIndexBlockResponse>

Builder for remove index block request
  • Constructor Details

  • Method Details

    • setIndices

      public RemoveIndexBlockRequestBuilder setIndices(String... indices)
      Sets the indices to be unblocked
      Parameters:
      indices - the indices to be unblocked
      Returns:
      the request itself
    • setIndicesOptions

      public RemoveIndexBlockRequestBuilder setIndicesOptions(IndicesOptions indicesOptions)
      Specifies what type of requested indices to ignore and how to deal with wildcard expressions. For example indices that don't exist.
      Parameters:
      indicesOptions - the desired behaviour regarding indices to ignore and wildcard indices expressions
      Returns:
      the request itself