public static final class GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder |
accessid(String accessid)
The key ID that is required for the file upload.
|
GetHoneyPotUploadPolicyInfoResponseBody.Data |
build() |
GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder |
expire(String expire)
The expiration time of the URL.
|
GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder |
host(String host)
The request URL during the upload.
|
GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder |
key(String key)
The full path of the file in OSS.
|
GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder |
policy(String policy)
The limits that are imposed on the file upload.
|
GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder |
securityToken(String securityToken)
The security token.
|
GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder |
signature(String signature)
The signature that is calculated based on AccessKeySecret and Policy.
|
public GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder accessid(String accessid)
The key ID that is required for the file upload.
example:yourAccessKeyID
public GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder expire(String expire)
The expiration time of the URL. The value is a timestamp. You can use the value to determine whether the URL expires. If the expiration time arrives, you can no longer use the URL to upload files.
example:1661443200000
public GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder host(String host)
The request URL during the upload.
example:https://aegis-update-static-file.oss-cn-hangzhou.aliyuncs.com
public GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder key(String key)
The full path of the file in OSS. The file is uploaded by calling the OSS PostObject operation.
example:HONEYPOT_FILE/1766185894104675_169********
public GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder policy(String policy)
The limits that are imposed on the file upload. The limits include the file size.
example:eyJleHBpcmF0aW9uIjoiMjAyMy0wOS0wMVQwMzoyNTozNS44MzZaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwXSxbInN0YXJ0cy13aXRoIiwiJGtleSIsIkhPTkVZUE9UX0ZJTEUvMTc2NjE4NTg5NDEwNDY3NV8xNjkzNTM4NDM1N*****************
public GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder securityToken(String securityToken)
The security token.
example:public GetHoneyPotUploadPolicyInfoResponseBody.Data.Builder signature(String signature)
The signature that is calculated based on AccessKeySecret and Policy. When you call an Object Storage Service (OSS) API operation, OSS uses the signature information to verify the POST request.
example:wKPqlFneNTZPn52k2Rz9GTY*****
public GetHoneyPotUploadPolicyInfoResponseBody.Data build()
Copyright © 2026. All rights reserved.