Interface ExportSqlDetails.Builder

  • Method Details

    • s3ObjectKey

      ExportSqlDetails.Builder s3ObjectKey(String s3ObjectKey)

      The Amazon S3 URI of the object that contains the ZIP archive with exported DDL scripts.

      Parameters:
      s3ObjectKey - The Amazon S3 URI of the object that contains the ZIP archive with exported DDL scripts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectURL

      ExportSqlDetails.Builder objectURL(String objectURL)

      The URL of the Amazon S3 object that contains the ZIP archive with exported DDL scripts.

      Parameters:
      objectURL - The URL of the Amazon S3 object that contains the ZIP archive with exported DDL scripts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.