Class DeleteRepositoryRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.snapshot.DeleteRepositoryRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class DeleteRepositoryRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • repository

      public java.util.List<java.lang.String> repository()
      Required - Name of the snapshot repository to unregister. Wildcard (*) patterns are supported.

      API name: repository

    • masterTimeout

      @Nullable public java.lang.String masterTimeout()
      Explicit operation timeout for connection to master node

      API name: master_timeout

    • timeout

      @Nullable public java.lang.String timeout()
      Explicit operation timeout

      API name: timeout