public static final class ExactMatchSession.Builder extends Object
public ExactMatchSession.Builder id(String id)
public ExactMatchSession.Builder creationDateTime(OffsetDateTime creationDateTime)
public ExactMatchSession.Builder startDateTime(OffsetDateTime startDateTime)
public ExactMatchSession.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public ExactMatchSession.Builder completionDateTime(OffsetDateTime completionDateTime)
public ExactMatchSession.Builder error(ClassificationError error)
public ExactMatchSession.Builder datastoreId(String datastoreId)
public ExactMatchSession.Builder uploadAgentId(String uploadAgentId)
public ExactMatchSession.Builder fields(List<String> fields)
public ExactMatchSession.Builder fieldsNextLink(String fieldsNextLink)
public ExactMatchSession.Builder fileName(String fileName)
public ExactMatchSession.Builder checksum(String checksum)
public ExactMatchSession.Builder dataUploadURI(String dataUploadURI)
public ExactMatchSession.Builder remainingBlockCount(Integer remainingBlockCount)
public ExactMatchSession.Builder totalBlockCount(Integer totalBlockCount)
public ExactMatchSession.Builder state(String state)
public ExactMatchSession.Builder uploadCompletionDateTime(OffsetDateTime uploadCompletionDateTime)
public ExactMatchSession.Builder processingCompletionDateTime(OffsetDateTime processingCompletionDateTime)
public ExactMatchSession.Builder rowsPerBlock(Integer rowsPerBlock)
public ExactMatchSession.Builder totalJobCount(Integer totalJobCount)
public ExactMatchSession.Builder remainingJobCount(Integer remainingJobCount)
public ExactMatchSession.Builder salt(String salt)
public ExactMatchSession build()
Copyright © 2018–2020. All rights reserved.