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 Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndexSettingBlocksbuild()Builds aIndexSettingBlocks.IndexSettingBlocks.Buildermetadata(java.lang.Boolean value)API name:metadataIndexSettingBlocks.Builderread(java.lang.Boolean value)API name:readIndexSettingBlocks.BuilderreadOnly(java.lang.Boolean value)API name:read_onlyIndexSettingBlocks.BuilderreadOnlyAllowDelete(java.lang.Boolean value)API name:read_only_allow_deleteprotected IndexSettingBlocks.Builderself()IndexSettingBlocks.Builderwrite(java.lang.Boolean value)API name:writeMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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:
java.lang.NullPointerException- if some of the required fields are null.
-