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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QDataKey.BuilderqDataKeyArn(String qDataKeyArn)The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as aQDataKey.QDataKey.BuilderqDataKeyType(String qDataKeyType)The type ofQDataKey.QDataKey.BuilderqDataKeyType(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 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 aQDataKey.- 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 ofQDataKey.- 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 ofQDataKey.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QDataKeyType,QDataKeyType
-
-