public static final class ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder |
bucketName(String bucketName)
The name of the OSS bucket.
|
ModifyCloudAssistantSettingsRequest.OssDeliveryConfig |
build() |
ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder |
enabled(Boolean enabled)
Specifies whether to deliver records to OSS.
|
ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder |
encryptionAlgorithm(String encryptionAlgorithm)
The OSS encryption algorithm.
|
ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder |
encryptionKeyId(String encryptionKeyId)
The ID of the customer master key (CMK) when EncryptionType is set to KMS.
|
ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder |
encryptionType(String encryptionType)
The OSS encryption method.
|
ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder |
prefix(String prefix)
The prefix of the OSS bucket directory.
|
public ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder bucketName(String bucketName)
public ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder enabled(Boolean enabled)
public ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder encryptionAlgorithm(String encryptionAlgorithm)
* AES256 * SM4
public ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder encryptionKeyId(String encryptionKeyId)
public ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder encryptionType(String encryptionType)
* Inherit: the encryption method used by the specified bucket. * OssManaged: server-side encryption by using OSS-managed keys (SSE-OSS). * KMS: server-side encryption by using Key Management Service managed keys (SSE-KMS).
public ModifyCloudAssistantSettingsRequest.OssDeliveryConfig.Builder prefix(String prefix)
* The prefix can be up to 254 characters in length. * The prefix cannot start with a forward slash (/) or a backslash (\\). Note: If you do not need a directory prefix, specify a pair of double quotation marks ("") for this parameter to clear the directory prefix that you specified.
public ModifyCloudAssistantSettingsRequest.OssDeliveryConfig build()
Copyright © 2024. All rights reserved.