Interface AccountConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AccountConfiguration.Builder,,AccountConfiguration> SdkBuilder<AccountConfiguration.Builder,,AccountConfiguration> SdkPojo
- Enclosing class:
 AccountConfiguration
public static interface AccountConfiguration.Builder
extends SdkPojo, CopyableBuilder<AccountConfiguration.Builder,AccountConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionSpecifies the KMS key to use for all features that use key encryption.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
kmsKeyId
Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.- Parameters:
 kmsKeyId- Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -