Interface EncryptionKey.Builder

    • Method Detail

      • type

        EncryptionKey.Builder type​(String type)

        The type of encryption key used by Amazon Translate to encrypt this object.

        Parameters:
        type - The type of encryption key used by Amazon Translate to encrypt this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionKeyType, EncryptionKeyType
      • type

        EncryptionKey.Builder type​(EncryptionKeyType type)

        The type of encryption key used by Amazon Translate to encrypt this object.

        Parameters:
        type - The type of encryption key used by Amazon Translate to encrypt this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionKeyType, EncryptionKeyType
      • id

        EncryptionKey.Builder id​(String id)

        The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.

        Parameters:
        id - The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.