Interface TestSetImportInputLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TestSetImportInputLocation.Builder,TestSetImportInputLocation>, SdkBuilder<TestSetImportInputLocation.Builder,TestSetImportInputLocation>, SdkPojo
Enclosing class:
TestSetImportInputLocation

public static interface TestSetImportInputLocation.Builder extends SdkPojo, CopyableBuilder<TestSetImportInputLocation.Builder,TestSetImportInputLocation>
  • Method Details

    • s3BucketName

      TestSetImportInputLocation.Builder s3BucketName(String s3BucketName)

      The name of the Amazon S3 bucket.

      Parameters:
      s3BucketName - The name of the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Path

      The path inside the Amazon S3 bucket pointing to the test-set CSV file.

      Parameters:
      s3Path - The path inside the Amazon S3 bucket pointing to the test-set CSV file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.