Class IndexRoutingAllocationDisk.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<IndexRoutingAllocationDisk.Builder>
co.elastic.clients.elasticsearch.indices.IndexRoutingAllocationDisk.Builder
- All Implemented Interfaces:
- WithJson<IndexRoutingAllocationDisk.Builder>,- ObjectBuilder<IndexRoutingAllocationDisk>
- Enclosing class:
- IndexRoutingAllocationDisk
public static class IndexRoutingAllocationDisk.Builder
extends WithJsonObjectBuilderBase<IndexRoutingAllocationDisk.Builder>
implements ObjectBuilder<IndexRoutingAllocationDisk>
Builder for 
IndexRoutingAllocationDisk.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aIndexRoutingAllocationDisk.protected IndexRoutingAllocationDisk.Builderself()thresholdEnabled(Boolean value) API name:threshold_enabledMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
thresholdEnabledAPI name:threshold_enabled
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<IndexRoutingAllocationDisk.Builder>
 
- 
buildBuilds aIndexRoutingAllocationDisk.- Specified by:
- buildin interface- ObjectBuilder<IndexRoutingAllocationDisk>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-