public static final class UpdateOssScanConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateOssScanConfigRequest.Builder |
allKeyPrefix(Boolean allKeyPrefix)
Specifies whether to match the prefixes of all objects.
|
UpdateOssScanConfigRequest.Builder |
bucketNameList(List<String> bucketNameList)
The names of the buckets.
|
UpdateOssScanConfigRequest |
build() |
UpdateOssScanConfigRequest.Builder |
decompressMaxFileCount(Integer decompressMaxFileCount)
The maximum number of objects that can be extracted from a package.
|
UpdateOssScanConfigRequest.Builder |
decompressMaxLayer(Integer decompressMaxLayer)
The maximum number of decompression levels when multi-level packages are decompressed.
|
UpdateOssScanConfigRequest.Builder |
decryptionList(List<String> decryptionList)
The decryption methods.
|
UpdateOssScanConfigRequest.Builder |
enable(Integer enable)
Specifies whether to enable the bucket check policy.
|
UpdateOssScanConfigRequest.Builder |
endTime(String endTime)
The end time of the check.
|
UpdateOssScanConfigRequest.Builder |
id(String id)
The policy ID.
|
UpdateOssScanConfigRequest.Builder |
keyPrefixList(List<String> keyPrefixList)
The prefixes of the objects.
|
UpdateOssScanConfigRequest.Builder |
keySuffixList(List<String> keySuffixList)
The suffixes of the objects that you want to check.
|
UpdateOssScanConfigRequest.Builder |
lastModifiedStartTime(Long lastModifiedStartTime)
The timestamp.
|
UpdateOssScanConfigRequest.Builder |
name(String name)
The policy name.
|
UpdateOssScanConfigRequest.Builder |
realTimeIncr(Boolean realTimeIncr)
Whether to enable real-time incremental detection.
|
UpdateOssScanConfigRequest.Builder |
scanDayList(List<Integer> scanDayList)
The time when the check is performed.
|
UpdateOssScanConfigRequest.Builder |
startTime(String startTime)
The start time of the check.
|
public UpdateOssScanConfigRequest.Builder allKeyPrefix(Boolean allKeyPrefix)
Specifies whether to match the prefixes of all objects.
example:true
public UpdateOssScanConfigRequest.Builder bucketNameList(List<String> bucketNameList)
The names of the buckets.
public UpdateOssScanConfigRequest.Builder decompressMaxFileCount(Integer decompressMaxFileCount)
The maximum number of objects that can be extracted from a package. Valid values: 1 to 1000. If the value is reached, the decompression operation immediately finishes. The detection of extracted objects is not affected.
example:100
public UpdateOssScanConfigRequest.Builder decompressMaxLayer(Integer decompressMaxLayer)
The maximum number of decompression levels when multi-level packages are decompressed. Valid values: 1 to 5. If the value is reached, the decompression operation immediately finishes. The detection of extracted objects is not affected.
example:1
public UpdateOssScanConfigRequest.Builder decryptionList(List<String> decryptionList)
The decryption methods.
public UpdateOssScanConfigRequest.Builder enable(Integer enable)
Specifies whether to enable the bucket check policy. Valid values:
0
public UpdateOssScanConfigRequest.Builder endTime(String endTime)
The end time of the check. Specify the time in the HH:mm:ss format.
example:00:00:01
public UpdateOssScanConfigRequest.Builder id(String id)
The policy ID.
example:65778
public UpdateOssScanConfigRequest.Builder keyPrefixList(List<String> keyPrefixList)
The prefixes of the objects.
public UpdateOssScanConfigRequest.Builder keySuffixList(List<String> keySuffixList)
The suffixes of the objects that you want to check.
public UpdateOssScanConfigRequest.Builder lastModifiedStartTime(Long lastModifiedStartTime)
The timestamp. The objects whose last modification time is later than the specified value are detected. Unit: milliseconds.
example:1724301769834
public UpdateOssScanConfigRequest.Builder name(String name)
The policy name.
example:nacos****
public UpdateOssScanConfigRequest.Builder realTimeIncr(Boolean realTimeIncr)
Whether to enable real-time incremental detection. When this parameter is set to true, the parameters ScanDayList, StartTime, and EndTime are not effective.
example:true
public UpdateOssScanConfigRequest.Builder scanDayList(List<Integer> scanDayList)
The time when the check is performed. The value specifies the days of the week.
public UpdateOssScanConfigRequest.Builder startTime(String startTime)
The start time of the check. Specify the time in the HH:mm:ss format.
example:00:00:00
public UpdateOssScanConfigRequest build()
Copyright © 2026. All rights reserved.