Class IndexSettingBlocks.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.indices.IndexSettingBlocks.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IndexSettingBlocks>
- Enclosing class:
- IndexSettingBlocks
public static class IndexSettingBlocks.Builder extends ObjectBuilderBase implements ObjectBuilder<IndexSettingBlocks>
Builder forIndexSettingBlocks.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods 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:write-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
readOnly
public final IndexSettingBlocks.Builder readOnly(@Nullable java.lang.Boolean value)
API name:read_only
-
readOnlyAllowDelete
public final IndexSettingBlocks.Builder readOnlyAllowDelete(@Nullable java.lang.Boolean value)
API name:read_only_allow_delete
-
read
public final IndexSettingBlocks.Builder read(@Nullable java.lang.Boolean value)
API name:read
-
write
public final IndexSettingBlocks.Builder write(@Nullable java.lang.Boolean value)
API name:write
-
metadata
public final IndexSettingBlocks.Builder metadata(@Nullable java.lang.Boolean value)
API name:metadata
-
build
public IndexSettingBlocks build()
Builds aIndexSettingBlocks.- Specified by:
buildin interfaceObjectBuilder<IndexSettingBlocks>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-