public static class DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bucketName
The name of the OSS bucket.
|
String |
deliveryType
The type of items to be delivered.
|
Boolean |
enabled
Indicates whether to deliver the specified items 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.
|
@NameInMap(value="BucketName") public String bucketName
The name of the OSS bucket.
example:example-bucket
@NameInMap(value="DeliveryType") public String deliveryType
The type of items to be delivered. Valid values:
SessionManager
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether to deliver the specified items to OSS.
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.
example:sessionmanager/audit
public DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig()
public static DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig build(Map<String,?> map) throws Exception
Exception
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig setBucketName(String bucketName)
public String getBucketName()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig setDeliveryType(String deliveryType)
public String getDeliveryType()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig setEnabled(Boolean enabled)
public Boolean getEnabled()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig setEncryptionAlgorithm(String encryptionAlgorithm)
public String getEncryptionAlgorithm()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig setEncryptionKeyId(String encryptionKeyId)
public String getEncryptionKeyId()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig setEncryptionType(String encryptionType)
public String getEncryptionType()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodyOssDeliveryConfigsOssDeliveryConfig setPrefix(String prefix)
public String getPrefix()
Copyright © 2024. All rights reserved.