Interface InputDataConfig.Builder

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

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

    • 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

      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.