Class AddBlockRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • allowNoIndices

        public final AddBlockRequest.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 final AddBlockRequest.Builder expandWildcards​(java.util.List<ExpandWildcard> list)
        Whether to expand wildcard expression to concrete indices that are open, closed or both.

        API name: expand_wildcards

        Adds all elements of list to expandWildcards.

      • expandWildcards

        public final AddBlockRequest.Builder expandWildcards​(ExpandWildcard value,
                                                             ExpandWildcard... values)
        Whether to expand wildcard expression to concrete indices that are open, closed or both.

        API name: expand_wildcards

        Adds one or more values to expandWildcards.

      • ignoreUnavailable

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

        API name: ignore_unavailable

      • index

        public final AddBlockRequest.Builder index​(java.lang.String value)
        Required - A comma separated list of indices to add a block to

        API name: index

      • masterTimeout

        @Deprecated
        public final AddBlockRequest.Builder masterTimeout​(@Nullable
                                                           Time value)
        Deprecated.
        Specify timeout for connection to master

        API name: master_timeout

      • clusterManagerTimeout

        public final AddBlockRequest.Builder clusterManagerTimeout​(@Nullable
                                                                   Time value)
        Specify timeout for connection to cluster-manager

        API name: cluster_manager_timeout