Interface TestSetStorageLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestSetStorageLocation.Builder,
,TestSetStorageLocation> SdkBuilder<TestSetStorageLocation.Builder,
,TestSetStorageLocation> SdkPojo
- Enclosing class:
TestSetStorageLocation
@Mutable
@NotThreadSafe
public static interface TestSetStorageLocation.Builder
extends SdkPojo, CopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.s3BucketName
(String s3BucketName) The name of the Amazon S3 bucket in which the test set is stored.The path inside the Amazon S3 bucket where the test set is stored.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
-
s3BucketName
The name of the Amazon S3 bucket in which the test set is stored.
- Parameters:
s3BucketName
- The name of the Amazon S3 bucket in which the test set is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
The path inside the Amazon S3 bucket where the test set is stored.
- Parameters:
s3Path
- The path inside the Amazon S3 bucket where the test set is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.
- Parameters:
kmsKeyArn
- The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-