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 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.