Interface TestSetStorageLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>,SdkBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>,SdkPojo
- Enclosing class:
- TestSetStorageLocation
public static interface TestSetStorageLocation.Builder extends SdkPojo, CopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestSetStorageLocation.BuilderkmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.TestSetStorageLocation.Builders3BucketName(String s3BucketName)The name of the Amazon S3 bucket in which the test set is stored.TestSetStorageLocation.Builders3Path(String s3Path)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, sdkFields
-
-
-
-
Method Detail
-
s3BucketName
TestSetStorageLocation.Builder s3BucketName(String 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
TestSetStorageLocation.Builder s3Path(String 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
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.
- 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.
-
-