Class ExistsIndexTemplateRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • masterTimeout

        @Deprecated
        public final ExistsIndexTemplateRequest.Builder masterTimeout​(@Nullable
                                                                      Time value)
        Deprecated.
        Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

        API name: master_timeout

      • masterTimeout

        @Deprecated
        public final ExistsIndexTemplateRequest.Builder masterTimeout​(java.util.function.Function<Time.Builder,​ObjectBuilder<Time>> fn)
        Deprecated.
        Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

        API name: master_timeout

      • clusterManagerTimeout

        public final ExistsIndexTemplateRequest.Builder clusterManagerTimeout​(@Nullable
                                                                              Time value)
        Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.

        API name: cluster_manager_timeout

      • clusterManagerTimeout

        public final ExistsIndexTemplateRequest.Builder clusterManagerTimeout​(java.util.function.Function<Time.Builder,​ObjectBuilder<Time>> fn)
        Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.

        API name: cluster_manager_timeout

      • name

        public final ExistsIndexTemplateRequest.Builder name​(java.lang.String value)
        Required - Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.

        API name: name