Class UploadFileSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.UploadFileSummary.Builder
 
- 
- Enclosing class:
- UploadFileSummary
 
 public static class UploadFileSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadFileSummarybuild()UploadFileSummary.BuilderchunksConsumed(BigDecimal chunksConsumed)Number of chunks processed.UploadFileSummary.BuilderchunksFail(BigDecimal chunksFail)Number of chunks failed processing.UploadFileSummary.BuilderchunksSuccess(BigDecimal chunksSuccess)Number of chunks processed successfully.UploadFileSummary.Buildercopy(UploadFileSummary model)UploadFileSummary.BuilderentityName(String entityName)Name of the entity associated with the file.UploadFileSummary.BuilderentityType(String entityType)Name of the entity type.UploadFileSummary.BuilderfailureDetails(String failureDetails)The details about upload processing failure.UploadFileSummary.BuilderlogGroupId(String logGroupId)Log group OCID associated with the file.UploadFileSummary.BuilderlogGroupName(String logGroupName)Name of the log group associated with the file.UploadFileSummary.BuilderlogNamespace(String logNamespace)(Deprecated) Name of the log namespace associated with the file.UploadFileSummary.Buildername(String name)Name of the fileUploadFileSummary.Builderreference(String reference)Unique internal identifier to refer upload file.UploadFileSummary.BuildersourceName(String sourceName)Name of the log source used for processing this file.UploadFileSummary.Builderstatus(UploadFileSummary.Status status)Processing status of the file.UploadFileSummary.BuildertimeStarted(Date timeStarted)The time when this file processing started.UploadFileSummary.BuildertotalChunks(BigDecimal totalChunks)Number of estimated chunks for this file.
 
- 
- 
- 
Method Detail- 
referencepublic UploadFileSummary.Builder reference(String reference) Unique internal identifier to refer upload file.- Parameters:
- reference- the value to set
- Returns:
- this builder
 
 - 
namepublic UploadFileSummary.Builder name(String name) Name of the file- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
statuspublic UploadFileSummary.Builder status(UploadFileSummary.Status status) Processing status of the file.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
totalChunkspublic UploadFileSummary.Builder totalChunks(BigDecimal totalChunks) Number of estimated chunks for this file.A chunk is a portion of the log file used for the processing. - Parameters:
- totalChunks- the value to set
- Returns:
- this builder
 
 - 
chunksConsumedpublic UploadFileSummary.Builder chunksConsumed(BigDecimal chunksConsumed) Number of chunks processed.- Parameters:
- chunksConsumed- the value to set
- Returns:
- this builder
 
 - 
chunksSuccesspublic UploadFileSummary.Builder chunksSuccess(BigDecimal chunksSuccess) Number of chunks processed successfully.- Parameters:
- chunksSuccess- the value to set
- Returns:
- this builder
 
 - 
chunksFailpublic UploadFileSummary.Builder chunksFail(BigDecimal chunksFail) Number of chunks failed processing.- Parameters:
- chunksFail- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic UploadFileSummary.Builder timeStarted(Date timeStarted) The time when this file processing started.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
sourceNamepublic UploadFileSummary.Builder sourceName(String sourceName) Name of the log source used for processing this file.- Parameters:
- sourceName- the value to set
- Returns:
- this builder
 
 - 
entityTypepublic UploadFileSummary.Builder entityType(String entityType) Name of the entity type.- Parameters:
- entityType- the value to set
- Returns:
- this builder
 
 - 
entityNamepublic UploadFileSummary.Builder entityName(String entityName) Name of the entity associated with the file.- Parameters:
- entityName- the value to set
- Returns:
- this builder
 
 - 
logNamespacepublic UploadFileSummary.Builder logNamespace(String logNamespace) (Deprecated) Name of the log namespace associated with the file.- Parameters:
- logNamespace- the value to set
- Returns:
- this builder
 
 - 
logGroupIdpublic UploadFileSummary.Builder logGroupId(String logGroupId) Log group OCID associated with the file.- Parameters:
- logGroupId- the value to set
- Returns:
- this builder
 
 - 
logGroupNamepublic UploadFileSummary.Builder logGroupName(String logGroupName) Name of the log group associated with the file.- Parameters:
- logGroupName- the value to set
- Returns:
- this builder
 
 - 
failureDetailspublic UploadFileSummary.Builder failureDetails(String failureDetails) The details about upload processing failure.- Parameters:
- failureDetails- the value to set
- Returns:
- this builder
 
 - 
buildpublic UploadFileSummary build() 
 - 
copypublic UploadFileSummary.Builder copy(UploadFileSummary model) 
 
- 
 
-