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 Amazon Key Management Service (KMS) key that Amazon Personalize uses to
encrypt or decrypt the input and output files of a batch inference job.
|
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 Amazon Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files of a batch inference job.
kmsKeyArn - The Amazon Resource Name (ARN) of the Amazon Key Management Service (KMS) key that Amazon Personalize
uses to encrypt or decrypt the input and output files of a batch inference job.Copyright © 2020. All rights reserved.