public static interface S3DataConfig.Builder extends SdkPojo, CopyableBuilder<S3DataConfig.Builder,S3DataConfig>
| Modifier and Type | Method and Description |
|---|---|
S3DataConfig.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to
encrypt or decrypt the input and output files.
|
S3DataConfig.Builder |
path(String path)
The file path of the Amazon S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DataConfig.Builder path(String path)
The file path of the Amazon S3 bucket.
path - The file path of the Amazon S3 bucket.S3DataConfig.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.
kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to
encrypt or decrypt the input and output files.Copyright © 2023. All rights reserved.