Interface TestSetStorageLocation.Builder

    • 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.