public static interface KMSKeyDetails.Builder extends SdkPojo, CopyableBuilder<KMSKeyDetails.Builder,KMSKeyDetails>
| Modifier and Type | Method and Description |
|---|---|
KMSKeyDetails.Builder |
encryptionOption(EncryptionOption encryptionOption)
The encryption option for a repository association.
|
KMSKeyDetails.Builder |
encryptionOption(String encryptionOption)
The encryption option for a repository association.
|
KMSKeyDetails.Builder |
kmsKeyId(String kmsKeyId)
The ID of the AWS KMS key that is associated with a respository association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKMSKeyDetails.Builder kmsKeyId(String kmsKeyId)
The ID of the AWS KMS key that is associated with a respository association.
kmsKeyId - The ID of the AWS KMS key that is associated with a respository association.KMSKeyDetails.Builder encryptionOption(String encryptionOption)
The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (
AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK).
encryptionOption - The encryption option for a repository association. It is either owned by AWS Key Management Service
(KMS) (AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK).EncryptionOption,
EncryptionOptionKMSKeyDetails.Builder encryptionOption(EncryptionOption encryptionOption)
The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (
AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK).
encryptionOption - The encryption option for a repository association. It is either owned by AWS Key Management Service
(KMS) (AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK).EncryptionOption,
EncryptionOptionCopyright © 2021. All rights reserved.