Struct aws_sdk_qldb::operation::export_journal_to_s3::builders::ExportJournalToS3OutputBuilder
source · #[non_exhaustive]pub struct ExportJournalToS3OutputBuilder { /* private fields */ }
Expand description
A builder for ExportJournalToS3Output
.
Implementations§
source§impl ExportJournalToS3OutputBuilder
impl ExportJournalToS3OutputBuilder
sourcepub fn export_id(self, input: impl Into<String>) -> Self
pub fn export_id(self, input: impl Into<String>) -> Self
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
.
sourcepub fn set_export_id(self, input: Option<String>) -> Self
pub fn set_export_id(self, input: Option<String>) -> Self
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
.
sourcepub fn get_export_id(&self) -> &Option<String>
pub fn get_export_id(&self) -> &Option<String>
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
.
sourcepub fn build(self) -> Result<ExportJournalToS3Output, BuildError>
pub fn build(self) -> Result<ExportJournalToS3Output, BuildError>
Consumes the builder and constructs a ExportJournalToS3Output
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ExportJournalToS3OutputBuilder
impl Clone for ExportJournalToS3OutputBuilder
source§fn clone(&self) -> ExportJournalToS3OutputBuilder
fn clone(&self) -> ExportJournalToS3OutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ExportJournalToS3OutputBuilder
impl Default for ExportJournalToS3OutputBuilder
source§fn default() -> ExportJournalToS3OutputBuilder
fn default() -> ExportJournalToS3OutputBuilder
source§impl PartialEq for ExportJournalToS3OutputBuilder
impl PartialEq for ExportJournalToS3OutputBuilder
source§fn eq(&self, other: &ExportJournalToS3OutputBuilder) -> bool
fn eq(&self, other: &ExportJournalToS3OutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.