Class AllocationStore.Builder
java.lang.Object
co.elastic.clients.elasticsearch.cluster.allocation_explain.AllocationStore.Builder
- All Implemented Interfaces:
ObjectBuilder<AllocationStore>
- Enclosing class:
- AllocationStore
public static class AllocationStore.Builder extends java.lang.Object implements ObjectBuilder<AllocationStore>
Builder for
AllocationStore.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description AllocationStore.BuilderallocationId(java.lang.String value)Required - API name:allocation_idAllocationStorebuild()Builds aAllocationStore.AllocationStore.Builderfound(boolean value)Required - API name:foundAllocationStore.BuilderinSync(boolean value)Required - API name:in_syncAllocationStore.BuildermatchingSizeInBytes(long value)Required - API name:matching_size_in_bytesAllocationStore.BuildermatchingSyncId(boolean value)Required - API name:matching_sync_idAllocationStore.BuilderstoreException(java.lang.String value)Required - API name:store_exceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allocationId
Required - API name:allocation_id -
found
Required - API name:found -
inSync
Required - API name:in_sync -
matchingSizeInBytes
Required - API name:matching_size_in_bytes -
matchingSyncId
Required - API name:matching_sync_id -
storeException
Required - API name:store_exception -
build
Builds aAllocationStore.- Specified by:
buildin interfaceObjectBuilder<AllocationStore>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-