Class CleanupRepositoryResults.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<CleanupRepositoryResults.Builder>
co.elastic.clients.elasticsearch.snapshot.cleanup_repository.CleanupRepositoryResults.Builder
- All Implemented Interfaces:
- WithJson<CleanupRepositoryResults.Builder>,- ObjectBuilder<CleanupRepositoryResults>
- Enclosing class:
- CleanupRepositoryResults
public static class CleanupRepositoryResults.Builder
extends WithJsonObjectBuilderBase<CleanupRepositoryResults.Builder>
implements ObjectBuilder<CleanupRepositoryResults>
Builder for 
CleanupRepositoryResults.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aCleanupRepositoryResults.deletedBlobs(long value) Required - The number of binary large objects (blobs) removed from the snapshot repository during cleanup operations.deletedBytes(long value) Required - The number of bytes freed by cleanup operations.protected CleanupRepositoryResults.Builderself()Methods 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- 
deletedBlobsRequired - The number of binary large objects (blobs) removed from the snapshot repository during cleanup operations. A non-zero value indicates that unreferenced blobs were found and subsequently cleaned up.API name: deleted_blobs
- 
deletedBytesRequired - The number of bytes freed by cleanup operations.API name: deleted_bytes
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<CleanupRepositoryResults.Builder>
 
- 
buildBuilds aCleanupRepositoryResults.- Specified by:
- buildin interface- ObjectBuilder<CleanupRepositoryResults>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-