Interface ExportSqlDetails.Builder

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

@Mutable @NotThreadSafe public static interface ExportSqlDetails.Builder extends SdkPojo, CopyableBuilder<ExportSqlDetails.Builder,ExportSqlDetails>
  • 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.