static GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.builder() |
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.creationTime(Instant creationTime) |
The time when encryption was configured in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.encryptionStatus(String encryptionStatus) |
The encryption status.
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.encryptionStatus(EncryptionStatus encryptionStatus) |
The encryption status.
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.encryptionType(String encryptionType) |
The type of encryption.
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.encryptionType(EncryptionType encryptionType) |
The type of encryption.
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.errorMessage(String errorMessage) |
The error message that describes why encryption settings couldn't be configured, if applicable.
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.kmsKeyId(String kmsKeyId) |
The ID of the KMS key that is used for encryption.
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.Builder.lastModificationTime(Instant lastModificationTime) |
The time when encryption was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetEncryptionConfigurationResponse.Builder |
GetEncryptionConfigurationResponse.toBuilder() |
|