Interface EncryptionConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionConfig.Builder,
,EncryptionConfig> SdkBuilder<EncryptionConfig.Builder,
,EncryptionConfig> SdkPojo
- Enclosing class:
EncryptionConfig
@Mutable
@NotThreadSafe
public static interface EncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionType
(String encryptionType) The type of encryption.encryptionType
(EncryptionType encryptionType) The type of encryption.The full ARN of the encryption key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
encryptionType
The type of encryption.
- Parameters:
encryptionType
- The type of encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionType
The type of encryption.
- Parameters:
encryptionType
- The type of encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyId
The full ARN of the encryption key.
Be sure to provide the full ARN of the encryption key, not just the ID.
Amazon Connect supports only KMS keys with the default key spec of
SYMMETRIC_DEFAULT
.- Parameters:
keyId
- The full ARN of the encryption key.Be sure to provide the full ARN of the encryption key, not just the ID.
Amazon Connect supports only KMS keys with the default key spec of
SYMMETRIC_DEFAULT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-