public static interface TestSetStorageLocation.Builder extends SdkPojo, CopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>
| Modifier and Type | Method and Description |
|---|---|
TestSetStorageLocation.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the
test set.
|
TestSetStorageLocation.Builder |
s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket in which the test set is stored.
|
TestSetStorageLocation.Builder |
s3Path(String s3Path)
The path inside the Amazon S3 bucket where the test set is stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetStorageLocation.Builder s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket in which the test set is stored.
s3BucketName - The name of the Amazon S3 bucket in which the test set is stored.TestSetStorageLocation.Builder s3Path(String s3Path)
The path inside the Amazon S3 bucket where the test set is stored.
s3Path - The path inside the Amazon S3 bucket where the test set is stored.TestSetStorageLocation.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.
kmsKeyArn - The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for
encrypting the test set.Copyright © 2023. All rights reserved.