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 SummaryModifier and TypeMethodDescriptionThe ARN of an KMS key for encrypting managed query results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
kmsKeyThe 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.
 
 
-