Interface InputDataConfig.Builder

    • Method Detail

      • s3Bucket

        InputDataConfig.Builder s3Bucket​(String s3Bucket)

        The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.

        Parameters:
        s3Bucket - The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Key

        InputDataConfig.Builder s3Key​(String s3Key)

        The path to the input data files in the S3 bucket.

        Parameters:
        s3Key - The path to the input data files in the S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.