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 Summary
Modifier and TypeMethodDescriptionqDataKeyArn
(String qDataKeyArn) The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as aQDataKey
.qDataKeyType
(String qDataKeyType) The type ofQDataKey
.qDataKeyType
(QDataKeyType qDataKeyType) The type ofQDataKey
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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 aQDataKey
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qDataKeyType
The type of
QDataKey
.- Parameters:
qDataKeyType
- The type ofQDataKey
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qDataKeyType
The type of
QDataKey
.- Parameters:
qDataKeyType
- The type ofQDataKey
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-