public static interface ServerSideEncryptionUpdateDetails.Builder extends SdkPojo, CopyableBuilder<ServerSideEncryptionUpdateDetails.Builder,ServerSideEncryptionUpdateDetails>
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryptionUpdateDetails.Builder |
message(String message)
Message explaining the current UpdateStatus.
|
ServerSideEncryptionUpdateDetails.Builder |
oldKmsKeyId(String oldKmsKeyId)
The previous KMS key ID the domain was encrypted with, before ServerSideEncryptionConfiguration was updated
to a new KMS key ID.
|
ServerSideEncryptionUpdateDetails.Builder |
updateStatus(ServerSideEncryptionUpdateStatus updateStatus)
Status of the server-side encryption update.
|
ServerSideEncryptionUpdateDetails.Builder |
updateStatus(String updateStatus)
Status of the server-side encryption update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerSideEncryptionUpdateDetails.Builder message(String message)
Message explaining the current UpdateStatus. When the UpdateStatus is FAILED, this message explains the cause of the failure.
message - Message explaining the current UpdateStatus. When the UpdateStatus is FAILED, this message explains
the cause of the failure.ServerSideEncryptionUpdateDetails.Builder oldKmsKeyId(String oldKmsKeyId)
The previous KMS key ID the domain was encrypted with, before ServerSideEncryptionConfiguration was updated to a new KMS key ID.
oldKmsKeyId - The previous KMS key ID the domain was encrypted with, before ServerSideEncryptionConfiguration was
updated to a new KMS key ID.ServerSideEncryptionUpdateDetails.Builder updateStatus(String updateStatus)
Status of the server-side encryption update. During an update, if there is an issue with the domain's current or old KMS key ID, such as an inaccessible or disabled key, then the status is FAILED. In order to resolve this, the key needs to be made accessible, and then an UpdateDomain call with the existing server-side encryption configuration will re-attempt this update process.
updateStatus - Status of the server-side encryption update. During an update, if there is an issue with the domain's
current or old KMS key ID, such as an inaccessible or disabled key, then the status is FAILED. In
order to resolve this, the key needs to be made accessible, and then an UpdateDomain call with the
existing server-side encryption configuration will re-attempt this update process.ServerSideEncryptionUpdateStatus,
ServerSideEncryptionUpdateStatusServerSideEncryptionUpdateDetails.Builder updateStatus(ServerSideEncryptionUpdateStatus updateStatus)
Status of the server-side encryption update. During an update, if there is an issue with the domain's current or old KMS key ID, such as an inaccessible or disabled key, then the status is FAILED. In order to resolve this, the key needs to be made accessible, and then an UpdateDomain call with the existing server-side encryption configuration will re-attempt this update process.
updateStatus - Status of the server-side encryption update. During an update, if there is an issue with the domain's
current or old KMS key ID, such as an inaccessible or disabled key, then the status is FAILED. In
order to resolve this, the key needs to be made accessible, and then an UpdateDomain call with the
existing server-side encryption configuration will re-attempt this update process.ServerSideEncryptionUpdateStatus,
ServerSideEncryptionUpdateStatusCopyright © 2023. All rights reserved.