public static final class CreateFileDetectUploadUrlRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateFileDetectUploadUrlRequest |
build() |
CreateFileDetectUploadUrlRequest.Builder |
hashKeyContextList(List<CreateFileDetectUploadUrlRequest.HashKeyContextList> hashKeyContextList)
The hash values of files.
|
CreateFileDetectUploadUrlRequest.Builder |
hashKeyList(List<String> hashKeyList)
The identifiers of files.
|
CreateFileDetectUploadUrlRequest.Builder |
type(Integer type)
The type of the file.
|
public CreateFileDetectUploadUrlRequest.Builder hashKeyContextList(List<CreateFileDetectUploadUrlRequest.HashKeyContextList> hashKeyContextList)
> You must specify at least one of the **HashKeyList** and **HashKeyContextList** parameters.
public CreateFileDetectUploadUrlRequest.Builder hashKeyList(List<String> hashKeyList)
> You must specify at least one of the **HashKeyList** and **HashKeyContextList** parameters.
public CreateFileDetectUploadUrlRequest.Builder type(Integer type)
* **0**: unknown file * **1**: binary file * **2**: webshell file * **4**: script file > If you do not know the type of the file, set this parameter to **0**.
public CreateFileDetectUploadUrlRequest build()
Copyright © 2023. All rights reserved.