public static interface StreamingImageEncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<StreamingImageEncryptionConfiguration.Builder,StreamingImageEncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
StreamingImageEncryptionConfiguration.Builder |
keyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
|
StreamingImageEncryptionConfiguration.Builder |
keyType(StreamingImageEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
|
StreamingImageEncryptionConfiguration.Builder |
keyType(String keyType)
The type of KMS key that is used to encrypt studio data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamingImageEncryptionConfiguration.Builder keyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
keyArn - The ARN for a KMS key that is used to encrypt studio data.StreamingImageEncryptionConfiguration.Builder keyType(String keyType)
The type of KMS key that is used to encrypt studio data.
keyType - The type of KMS key that is used to encrypt studio data.StreamingImageEncryptionConfigurationKeyType,
StreamingImageEncryptionConfigurationKeyTypeStreamingImageEncryptionConfiguration.Builder keyType(StreamingImageEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
keyType - The type of KMS key that is used to encrypt studio data.StreamingImageEncryptionConfigurationKeyType,
StreamingImageEncryptionConfigurationKeyTypeCopyright © 2023. All rights reserved.