Interface DeleteImportedKeyMaterialRequest.Builder

    • Method Detail

      • keyId

        DeleteImportedKeyMaterialRequest.Builder keyId​(String keyId)

        Identifies the KMS key from which you are deleting imported key material. The Origin of the KMS key must be EXTERNAL.

        Specify the key ID or key ARN of the KMS key.

        For example:

        • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

        • Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

        To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.

        Parameters:
        keyId - Identifies the KMS key from which you are deleting imported key material. The Origin of the KMS key must be EXTERNAL.

        Specify the key ID or key ARN of the KMS key.

        For example:

        • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

        • Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

        To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyMaterialId

        DeleteImportedKeyMaterialRequest.Builder keyMaterialId​(String keyMaterialId)

        Identifies the imported key material you are deleting.

        If no KeyMaterialId is specified, KMS deletes the current key material.

        To get the list of key material IDs associated with a KMS key, use ListKeyRotations.

        Parameters:
        keyMaterialId - Identifies the imported key material you are deleting.

        If no KeyMaterialId is specified, KMS deletes the current key material.

        To get the list of key material IDs associated with a KMS key, use ListKeyRotations.

        Returns:
        Returns a reference to this object so that method calls can be chained together.