public static interface EncryptionConfig.Builder extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key.
|
EncryptionConfig.Builder |
roleArn(String roleArn)
The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfig.Builder roleArn(String roleArn)
The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.
Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an
InvalidInputException error.
roleArn - The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.
Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you
get an InvalidInputException error.
EncryptionConfig.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key.
kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key.Copyright © 2020. All rights reserved.