public static class ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bucketName
The name of the OSS bucket.
|
Boolean |
enabled
Specifies whether to deliver records to OSS.
|
String |
encryptionAlgorithm
The OSS encryption algorithm.
|
String |
encryptionKeyId
The ID of the customer master key (CMK) when EncryptionType is set to KMS.
|
String |
encryptionType
The OSS encryption method.
|
String |
prefix
The prefix of the OSS bucket directory.
|
构造器和说明 |
---|
ModifyCloudAssistantSettingsRequestOssDeliveryConfig() |
@NameInMap(value="BucketName") public String bucketName
The name of the OSS bucket.
example:example-bucket
@NameInMap(value="Enabled") public Boolean enabled
Specifies whether to deliver records to OSS. Default value: false.
example:false
@NameInMap(value="EncryptionAlgorithm") public String encryptionAlgorithm
The OSS encryption algorithm. Valid values:
AES256
@NameInMap(value="EncryptionKeyId") public String encryptionKeyId
The ID of the customer master key (CMK) when EncryptionType is set to KMS.
example:a807****7a70e
@NameInMap(value="EncryptionType") public String encryptionType
The OSS encryption method. Valid values:
Inherit
@NameInMap(value="Prefix") public String prefix
The prefix of the OSS bucket directory. The prefix must meet the following requirements:
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.
example:sessionmanager/audit
public ModifyCloudAssistantSettingsRequestOssDeliveryConfig()
public static ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig build(Map<String,?> map) throws Exception
Exception
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig setBucketName(String bucketName)
public String getBucketName()
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig setEnabled(Boolean enabled)
public Boolean getEnabled()
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig setEncryptionAlgorithm(String encryptionAlgorithm)
public String getEncryptionAlgorithm()
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig setEncryptionKeyId(String encryptionKeyId)
public String getEncryptionKeyId()
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig setEncryptionType(String encryptionType)
public String getEncryptionType()
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestOssDeliveryConfig setPrefix(String prefix)
public String getPrefix()
Copyright © 2024. All rights reserved.