Class IndexSettingBlocks.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<IndexSettingBlocks.Builder>
co.elastic.clients.elasticsearch.indices.IndexSettingBlocks.Builder
- All Implemented Interfaces:
WithJson<IndexSettingBlocks.Builder>,ObjectBuilder<IndexSettingBlocks>
- Enclosing class:
- IndexSettingBlocks
public static class IndexSettingBlocks.Builder
extends WithJsonObjectBuilderBase<IndexSettingBlocks.Builder>
implements ObjectBuilder<IndexSettingBlocks>
Builder for
IndexSettingBlocks.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIndexSettingBlocks.API name:metadataAPI name:readAPI name:read_onlyreadOnlyAllowDelete(Boolean value) API name:read_only_allow_deleteprotected IndexSettingBlocks.Builderself()API name:writeMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
readOnly
API name:read_only -
readOnlyAllowDelete
API name:read_only_allow_delete -
read
API name:read -
write
API name:write -
metadata
API name:metadata -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<IndexSettingBlocks.Builder>
-
build
Builds aIndexSettingBlocks.- Specified by:
buildin interfaceObjectBuilder<IndexSettingBlocks>- Throws:
NullPointerException- if some of the required fields are null.
-