Class IndexSettingBlocks.Builder
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexSettingBlocks.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexSettingBlocks>
- Enclosing class:
- IndexSettingBlocks
public static class IndexSettingBlocks.Builder extends java.lang.Object 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_deleteIndexSettingBlocks.Builderwrite(java.lang.Boolean value)API name:writeMethods 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 -
build
Builds aIndexSettingBlocks.- Specified by:
buildin interfaceObjectBuilder<IndexSettingBlocks>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-