Interface EncryptionConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionConfig.Builder,
,EncryptionConfig> SdkBuilder<EncryptionConfig.Builder,
,EncryptionConfig> SdkPojo
- Enclosing class:
EncryptionConfig
@Mutable
@NotThreadSafe
public static interface EncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the KMS key.The ARN of the IAM role that Amazon Forecast can assume to access the KMS key.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 Details
-
roleArn
The ARN of the IAM role that Amazon Forecast can assume to access the KMS key.
Passing a role across Amazon Web Services accounts is not allowed. If you pass a role that isn't in your account, you get an
InvalidInputException
error.- Parameters:
roleArn
- The ARN of the IAM role that Amazon Forecast can assume to access the KMS key.Passing a role across Amazon Web Services accounts is not allowed. If you pass a role that isn't in your account, you get an
InvalidInputException
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
The Amazon Resource Name (ARN) of the KMS key.
- Parameters:
kmsKeyArn
- The Amazon Resource Name (ARN) of the KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-