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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountConfiguration.BuilderkmsKeyId(String kmsKeyId)Specifies the KMS key to use for all features that use key encryption.-
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
-
kmsKeyId
AccountConfiguration.Builder kmsKeyId(String 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.
-
-