Interface ExportJournalToS3Response.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ExportJournalToS3Response.Builder,ExportJournalToS3Response>, QldbResponse.Builder, SdkBuilder<ExportJournalToS3Response.Builder,ExportJournalToS3Response>, SdkPojo, SdkResponse.Builder
Enclosing class:
ExportJournalToS3Response

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

    • exportId

      The UUID (represented in Base62-encoded text) that QLDB assigns to each journal export job.

      To describe your export request and check the status of the job, you can use ExportId to call DescribeJournalS3Export.

      Parameters:
      exportId - The UUID (represented in Base62-encoded text) that QLDB assigns to each journal export job.

      To describe your export request and check the status of the job, you can use ExportId to call DescribeJournalS3Export.

      Returns:
      Returns a reference to this object so that method calls can be chained together.