Interface QDataKey.Builder

    • Method Detail

      • qDataKeyArn

        QDataKey.Builder qDataKeyArn​(String qDataKeyArn)

        The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as a QDataKey.

        Parameters:
        qDataKeyArn - The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as a QDataKey.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qDataKeyType

        QDataKey.Builder qDataKeyType​(String qDataKeyType)

        The type of QDataKey.

        Parameters:
        qDataKeyType - The type of QDataKey.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QDataKeyType, QDataKeyType
      • qDataKeyType

        QDataKey.Builder qDataKeyType​(QDataKeyType qDataKeyType)

        The type of QDataKey.

        Parameters:
        qDataKeyType - The type of QDataKey.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QDataKeyType, QDataKeyType