Interface ManagedQueryResultsEncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedQueryResultsEncryptionConfiguration.Builder,
,ManagedQueryResultsEncryptionConfiguration> SdkBuilder<ManagedQueryResultsEncryptionConfiguration.Builder,
,ManagedQueryResultsEncryptionConfiguration> SdkPojo
- Enclosing class:
ManagedQueryResultsEncryptionConfiguration
@Mutable
@NotThreadSafe
public static interface ManagedQueryResultsEncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<ManagedQueryResultsEncryptionConfiguration.Builder,ManagedQueryResultsEncryptionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of an KMS key for encrypting managed query results.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
-
kmsKey
The ARN of an KMS key for encrypting managed query results.
- Parameters:
kmsKey
- The ARN of an KMS key for encrypting managed query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-