Interface QDataKey.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QDataKey.Builder,QDataKey>, SdkBuilder<QDataKey.Builder,QDataKey>, SdkPojo
Enclosing class:
QDataKey

@Mutable @NotThreadSafe public static interface QDataKey.Builder extends SdkPojo, CopyableBuilder<QDataKey.Builder,QDataKey>
  • Method Details

    • 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

      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: