Class IndexRolloverMappingBuilders

java.lang.Object
co.elastic.clients.elasticsearch.indices.rollover.IndexRolloverMappingBuilders

public class IndexRolloverMappingBuilders
extends java.lang.Object
Builders for IndexRolloverMapping variants.

Variants by_type are not available here as they don't have a dedicated class. Use IndexRolloverMapping's builder for these.

  • Method Summary

    Modifier and Type Method Description
    static TypeMapping.Builder single()
    Creates a builder for the single IndexRolloverMapping variant.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details