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 Amazon Web Services KMS key that is associated with a repository association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKMSKeyDetails.Builder kmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services KMS key that is associated with a repository association.
kmsKeyId - The ID of the Amazon Web Services KMS key that is associated with a repository association.KMSKeyDetails.Builder encryptionOption(String encryptionOption)
The encryption option for a repository association. It is either owned by Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services Key
Management Service (KMS) (AWS_OWNED_CMK) or customer managed (
CUSTOMER_MANAGED_CMK).EncryptionOption,
EncryptionOptionCopyright © 2023. All rights reserved.